mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix for assignment
This commit is contained in:
parent
56ad706f4e
commit
e13568bb84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue