projects
/
p5sagit/Oyster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
680e65b
)
Full path in command
Marco Fontani [Mon, 22 Nov 2010 22:29:38 +0000 (22:29 +0000)]
lib/Oyster/Deploy/Git.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Oyster/Deploy/Git.pm
b/lib/Oyster/Deploy/Git.pm
index
8204e38
..
22098c2
100644
(file)
--- 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
};