kots
kots copied to clipboard
fix: Update error log message
What this PR does / why we need it:
Fixes an error log typo that looks like below
{"level":"info","ts":"2022-09-21T05:56:23Z","msg":"restore complete, marking version ********** as deployed[]"}
{"level":"error","ts":"2022-09-21T05:56:24Z","msg":"failed to handle restoe for app **********: failed to handle undeploy completed: failed to check restore \"**********\" complete: failed to mark app version as deployed: Rollback is not supported."}
{"level":"info","ts":"2022-09-21T05:56:26Z","msg":"restore complete, marking version ********** as deployed[]"}
{"level":"error","ts":"2022-09-21T05:56:26Z","msg":"failed to handle restoe for app **********: failed to handle undeploy completed: failed to check restore \"**********\" complete: failed to mark app version as deployed: Rollback is not supported."}
Does this PR introduce a user-facing change?
NONE
Does this PR require documentation?
NONE
@banjoh thanks for the contribution. Once you've completed the CLA we'll review it for inclusion. 🙂
@banjoh thanks for the contribution. Once you've completed the CLA we'll review it for inclusion. 🙂
Thanks @obfuscurity. Signed