Skip to content

Commit

Permalink
Fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcg committed Sep 29, 2013
1 parent 4ddf080 commit 556b147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ update:
curl http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry \
--header "Accept-Charset: utf-8" \
--compressed \
--time-cond $REGISTRY_CACHE \
--output $REGISTRY_CACHE
node scripts/importer $REGISTRY_CACHE data/json
--time-cond $(REGISTRY_CACHE) \
--output $(REGISTRY_CACHE)
node scripts/importer $(REGISTRY_CACHE) data/json

test:
jshint data/json/*.json
Expand Down

0 comments on commit 556b147

Please sign in to comment.