Use error-level logging for error

This commit is contained in:
Gavin Heavyside
2014-06-15 14:53:40 +01:00
parent 7f0a7e516b
commit 8ed22009d7
@@ -9,7 +9,7 @@ namespace :deploy do
stage = fetch(:stage, false)
unless branch && stage
warn 'capistrano-deploytags requires that :branch and :stage be defined'
error 'capistrano-deploytags requires that :branch and :stage be defined'
raise 'define :branch and :stage'
end