From 5ecb57b69f008b0347b558f71abb862b933c513d Mon Sep 17 00:00:00 2001 From: PromoStarr Date: Wed, 7 Mar 2018 20:25:16 +0000 Subject: [PATCH] check webhook --- Capfile | 1 + 1 file changed, 1 insertion(+) 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