fix bug with incorrect method call for dalli client

This commit is contained in:
r888888888
2013-08-06 15:46:47 -07:00
parent 21cda60eca
commit 84cd566caf
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
set :stages, %w(production staging)
set :default_stage, "staging"
set :unicorn_env, "staging"
set :unicorn_env, defer {stage}
require 'capistrano/ext/multistage'
require 'bundler/capistrano'