Skip to content

Commit

Permalink
Fix typo on inst_finish client
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jul 20, 2015
1 parent 3259350 commit 5a3d262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/inst_finish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def main
)
next nil
end
if !info["when"].nil &&
if !info["when"].nil? &&
!Builtins.contains(Ops.get_list(info, "when", []), @run_type) &&
# special hack for autoupgrade - should be as regular upgrade as possible, scripts are the only exception
!(Mode.autoupgrade &&
Expand Down

0 comments on commit 5a3d262

Please sign in to comment.