aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-04-14 12:57:08 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-04-14 12:57:08 +0200
commit93bacbc593c5285f9635287caf8ef259ccd372e9 (patch)
tree2327896f3d38d18a4d4ba1460872db49b04b81c9
parent256c8700b1db7d12372b74f6dc86dd70f357f2a4 (diff)
downloadhmnoweb-93bacbc593c5285f9635287caf8ef259ccd372e9.tar.gz
hmnoweb-93bacbc593c5285f9635287caf8ef259ccd372e9.tar.bz2
hmnoweb-93bacbc593c5285f9635287caf8ef259ccd372e9.zip
Typo
-rw-r--r--config/deploy/staging.rb2
1 files changed, 1 insertions, 1 deletions
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