Skip to content

Commit

Permalink
codeql fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Feb 20, 2024
1 parent 81c223d commit 6ae156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/files/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ def extend_lv_snapshot(vg_name, lv_name, suffix, percent_space_required, check_m
]

if check_mode:
return rc, "Would run command " + " ".join(extend_command)
return rc, "Would run command " + " ".join(extend_command), changed

rc, output = run_command(extend_command)

Expand Down

0 comments on commit 6ae156b

Please sign in to comment.