Skip to content

Commit

Permalink
Merge pull request #328 from coopdevs/fix/deploy-staging
Browse files Browse the repository at this point in the history
Fix deploy staging
  • Loading branch information
enricostano authored Feb 16, 2018
2 parents d576743 + 5f90105 commit 7909293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require 'capistrano/deploy'
require 'capistrano/rails'

stage = ARGV.first
if stage == :staging # Sorry, production is not ready yet
if stage == 'staging' # Sorry, production is not ready yet
require 'capistrano/rbenv'
end

Expand Down

0 comments on commit 7909293

Please sign in to comment.