Skip to content

Commit

Permalink
Oops. Fix broken widget set seed.
Browse files Browse the repository at this point in the history
Broken by typo in: #19026
  • Loading branch information
jrafanie committed Jul 23, 2019
1 parent b9df36d commit af2eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_widget_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def self.sync_from_file(filename)
if ws
if ws.updated_on.utc < File.mtime(filename).utc
$log.info("Widget Set: [#{ws.description}] file has been updated on disk, synchronizing with model")
widget.update!(attrs)
ws.update!(attrs)
ws.replace_children(members)
end
else
Expand Down

0 comments on commit af2eaff

Please sign in to comment.