Full path in command
Marco Fontani [Mon, 22 Nov 2010 22:29:38 +0000 (22:29 +0000)]
lib/Oyster/Deploy/Git.pm

index 8204e38..22098c2 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 our $post_receive = q{
 #!/bin/sh
 cd ..
-env -i git reset --hard HEAD
+/usr/bin/git reset --hard HEAD
 dzil listdeps | xargs cpanm --local-lib=~/perl5
 };