Skip to content

Commit 7909293

Browse files
authored
Merge pull request #328 from coopdevs/fix/deploy-staging
Fix deploy staging
2 parents d576743 + 5f90105 commit 7909293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Capfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require 'capistrano/deploy'
1818
require 'capistrano/rails'
1919

2020
stage = ARGV.first
21-
if stage == :staging # Sorry, production is not ready yet
21+
if stage == 'staging' # Sorry, production is not ready yet
2222
require 'capistrano/rbenv'
2323
end
2424

0 commit comments

Comments
 (0)