Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix type in Makefile
If we already have checked out the two repositories,
cd into them and git pull
  • Loading branch information
samcv committed Dec 19, 2016
1 parent 14dc2d8 commit 2b742fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ html-highlights: bigpage

init-highlights:
git clone https://github.com/atom/highlights.git ./highlights/highlights || cd highlights/highlights; git pull
git clone https://github.com/perl6/atom-language-perl6 ./highlights/atom-language-perl6 || cd highlights/highlights; git pull
git clone https://github.com/perl6/atom-language-perl6 ./highlights/atom-language-perl6 || cd highlights/atom-language-perl6; git pull
cd highlights; npm install .

html-nohighlight:
Expand Down

0 comments on commit 2b742fb

Please sign in to comment.