Skip to content

Commit

Permalink
Fixed hoof init
Browse files Browse the repository at this point in the history
  • Loading branch information
pyromaniac committed May 17, 2011
1 parent bf23ec3 commit 73176c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hoof/cli.rb
Expand Up @@ -32,7 +32,7 @@ def restart
D
def init name = nil
name ||= File.basename Dir.getwd
create_link File.expand_path(File.join("~/.hoof", name)), '.'
create_link File.expand_path(File.join("~/.hoof", name)), Dir.getwd
append_to_file 'Gemfile', "\ngem 'unicorn'"
end

Expand Down

0 comments on commit 73176c8

Please sign in to comment.