Skip to content

Commit 8473cce

Browse files
committed
fix typo
1 parent 7acdfbf commit 8473cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serve-production: test-builddeps
2323
@JEKYLL_ENV=production bundle exec jekyll serve
2424

2525
build-production: test-builddeps
26-
ifeq($(CONTEXT),"production")
26+
ifeq ($(CONTEXT), "production")
2727
@make crowdin-download
2828
@ruby ./scripts/validate-translations.rb
2929
endif

0 commit comments

Comments
 (0)