Skip to content

Commit 8de7952

Browse files
committed
[DFSM] Fix method that determines if a live update is required.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 48b5ea5 commit 8de7952

File tree

1 file changed

+2
-0
lines changed
  • cookbooks/aws-parallelcluster-slurm/libraries

1 file changed

+2
-0
lines changed

cookbooks/aws-parallelcluster-slurm/libraries/update.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,6 @@ def is_live_update_required?
134134
end
135135

136136
Chef::Log.info("Live update required: #{outcome}")
137+
138+
outcome
137139
end

0 commit comments

Comments
 (0)