lib/pull.rb in dev_tasks-0.0.66 vs lib/pull.rb in dev_tasks-0.0.67
- old
+ new
@@ -6,10 +6,10 @@
update
end
def update
if(Environment.scm=='git')
- self.add "<%`git pull`%>"
+ self.add "<%`git pull 2>&1`%>"
end
end
def add command
self << command if(!include?(command))
\ No newline at end of file