Full path in command
[p5sagit/Oyster.git] / 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
 };