Skip to content

Commit

Permalink
fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 30, 2024
1 parent 34f33a3 commit d0ab5b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
msg = ""
if obj.status.modelStatus ~= nil then
if obj.status.modelStatus.transitionStatus == "UpToDate" then
if obj.status.modelStatus.transitionStatus ~= "UpToDate" then
if obj.status.modelStatus.transitionStatus == "InProgress" then
progressing = true
else
Expand Down

0 comments on commit d0ab5b4

Please sign in to comment.