Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
soupmatt committed Jun 14, 2011
1 parent 62611c3 commit 6833d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/update.rb
Expand Up @@ -13,7 +13,7 @@ def update

class RefreshBrew
REPOSITORY_URL = "http://github.com/mxcl/homebrew.git"
INIT_COMMAND = "git init && git git fetch #{REPOSITORY_URL} master && git reset --hard FETCH_HEAD"
INIT_COMMAND = "git init && git fetch #{REPOSITORY_URL} master && git reset --hard FETCH_HEAD"
CHECKOUT_COMMAND = "git checkout -q master"
UPDATE_COMMAND = "git pull #{REPOSITORY_URL} master"
REVISION_COMMAND = "git log -l -1 --pretty=format:%H 2> /dev/null"
Expand Down

0 comments on commit 6833d94

Please sign in to comment.