Skip to content

Commit c06c6f8

Browse files
committed
enable capistrano console
1 parent 2093247 commit c06c6f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Capfile

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ install_plugin Capistrano::SCM::Git
3333
# require "capistrano/rails/assets"
3434
# require "capistrano/rails/migrations"
3535
# require "capistrano/passenger"
36+
require "capistrano/console"
3637

3738
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
3839
Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }

0 commit comments

Comments
 (0)