1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix for assignment

This commit is contained in:
William Johnston 2016-01-18 14:29:37 -06:00
parent 56ad706f4e
commit e13568bb84

View file

@ -63,7 +63,7 @@ module Capistrano
def display_error_message(ex)
unless options.backtrace
Rake.application.options.suppress_backtrace_pattern = backtrace_pattern
Rake.application.options.suppress_backtrace_pattern = backtrace_pattern if backtrace_pattern
trace '(Backtrace restricted to imported tasks)'
end