diff --git a/Capfile b/Capfile index 0c1cb30..bada982 100644 --- a/Capfile +++ b/Capfile @@ -14,6 +14,7 @@ set :rbenv_ruby, '2.4.0' set :ssh_options, {:forward_agent => true} # Load the SCM plugin appropriate to your project: # +# # require "capistrano/scm/hg" # install_plugin Capistrano::SCM::Hg # or