Commit cd5e52af9a3a3194ffbb6227c7e062c2d5f4fb5e
1 parent
204aeb8b
Exists in
master
fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/deploy.rb
@@ -57,7 +57,7 @@ namespace :deploy do | @@ -57,7 +57,7 @@ namespace :deploy do | ||
57 | desc "Make sure local git is in sync with remote." | 57 | desc "Make sure local git is in sync with remote." |
58 | task :check_revision do | 58 | task :check_revision do |
59 | on roles(:app) do | 59 | on roles(:app) do |
60 | - unless `git rev-parse HEAD` == `git rev-parse origin/v2` | 60 | + unless `git rev-parse HEAD` == `git rev-parse origin/master` |
61 | puts "WARNING: HEAD is not the same as origin/master" | 61 | puts "WARNING: HEAD is not the same as origin/master" |
62 | puts "Run `git push` to sync changes." | 62 | puts "Run `git push` to sync changes." |
63 | exit | 63 | exit |