From 73176c8e496b7e9e3099b2c2da8c79ec1982ba91 Mon Sep 17 00:00:00 2001 From: pyromaniac Date: Tue, 17 May 2011 23:37:59 +0400 Subject: [PATCH] Fixed hoof init --- lib/hoof/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hoof/cli.rb b/lib/hoof/cli.rb index 6fb6546..8ccb028 100644 --- a/lib/hoof/cli.rb +++ b/lib/hoof/cli.rb @@ -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