mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
simplify file structure
This commit is contained in:
parent
5524c3a4e6
commit
77a45cf3eb
3 changed files with 3 additions and 4 deletions
|
@ -1,2 +1,4 @@
|
|||
require 'sshkit/interactive'
|
||||
require 'capistrano/rails/console/version'
|
||||
require 'capistrano/rails/console/remote'
|
||||
|
||||
load File.expand_path('../console/tasks.cap', __FILE__)
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
require 'sshkit/interactive'
|
||||
|
||||
load File.expand_path('../tasks/remote.cap', __FILE__)
|
Loading…
Reference in a new issue