Small bug in the hook
authorelliottcable <[email protected]>
Sun, 18 May 2008 00:51:46 +0000 (17 16:51 -0800)
committerelliottcable <[email protected]>
Sun, 18 May 2008 00:51:46 +0000 (17 16:51 -0800)
prepped/post-receive.hook

index 3c102d6..c030b87 100644 (file)
@@ -12,5 +12,5 @@ Refname = ARGV.shift # refs/heads/master
 
 Branch  = Repo.branches[Refname.split('/')[2..-1].join('/')] # Not sure if I trust this completely...
 
-cd '../../'
+cd '../'
 system 'rake deploy'
\ No newline at end of file