lib/capistrano/git-local.rb in capistrano-git-local-0.1.2 vs lib/capistrano/git-local.rb in capistrano-git-local-0.1.3
- old
+ new
@@ -16,10 +16,9 @@
desc 'Check that the repository is reachable'
task :check do |task|
run_locally do debug "Task #{task} start" end
- fetch(:branch)
run_locally do
exit 1 unless strategy.check
end
run_locally do debug "Task #{task} finish" end
\ No newline at end of file