From 93bacbc593c5285f9635287caf8ef259ccd372e9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 14 Apr 2018 12:57:08 +0200 Subject: Typo --- config/deploy/staging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 48e1b4d..8c9e0be 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -1,6 +1,6 @@ server 'volse.local', :user => 'hmno', :roles => %w{web app db} -set piwik_disabled, true +set :piwik_disabled, true # Ask for which branch to deploy, default is current branch. ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call -- cgit v1.2.3