Skip to content

Commit

Permalink
Fixed a bug with ember updating
Browse files Browse the repository at this point in the history
  • Loading branch information
keithpitt committed Feb 6, 2012
1 parent 465058a commit 34cc3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/ember_rails/install/install_generator.rb
Expand Up @@ -31,7 +31,7 @@ def copy_ember
cmd command
else
Dir.chdir git_root do
command = "git fetch --force --quiet --tags && git reset --hard"
command = "git fetch --force --quiet --tags && git reset HEAD --hard"
say_status("updating", command, :green)

cmd command
Expand Down

0 comments on commit 34cc3cd

Please sign in to comment.