From cd5e52af9a3a3194ffbb6227c7e062c2d5f4fb5e Mon Sep 17 00:00:00 2001 From: renansoares Date: Fri, 1 Jul 2016 11:16:03 -0300 Subject: [PATCH] fix --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 0e94f50..1bfa41d 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -57,7 +57,7 @@ namespace :deploy do desc "Make sure local git is in sync with remote." task :check_revision do on roles(:app) do - unless `git rev-parse HEAD` == `git rev-parse origin/v2` + unless `git rev-parse HEAD` == `git rev-parse origin/master` puts "WARNING: HEAD is not the same as origin/master" puts "Run `git push` to sync changes." exit -- libgit2 0.21.2