From: Marco Fontani Date: Mon, 22 Nov 2010 22:29:38 +0000 (+0000) Subject: Full path in command X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FOyster.git;a=commitdiff_plain;h=c86a7c77692e51f6c19ad02b5eee3aeb793880a0 Full path in command --- diff --git a/lib/Oyster/Deploy/Git.pm b/lib/Oyster/Deploy/Git.pm index 8204e38..22098c2 100644 --- a/lib/Oyster/Deploy/Git.pm +++ b/lib/Oyster/Deploy/Git.pm @@ -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 };