Skip to content

Commit

Permalink
Change git pull to be just 'git pull'
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Apr 12, 2011
1 parent 96c1647 commit e4b2f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ init:

# Pull the latest commits. This is used for the nightly build but can be used to save some keystrokes
pull:
@@git pull --quiet upstream master
@@git pull --quiet

# Zip the 4 files and the theme images into one convenient package
zip: init js min css cssmin
Expand Down

0 comments on commit e4b2f3b

Please sign in to comment.