diff --git a/change_logs/release_0.1.11.md b/change_logs/release_0.1.11.md new file mode 100644 index 00000000..26d14773 --- /dev/null +++ b/change_logs/release_0.1.11.md @@ -0,0 +1,24 @@ +# Release v0.1.11 + +## Notes + +Thank you to all that contributed with flushing out issues with K9s! I'll try +to mark some of these issues as fixed. But if you don't mind grab the latest +rev and see if we're happier with some of the fixes! + +If you've filed an issue please help me verify and close. + +Thank you so much for your support!! + +--- + +## Change Logs + +--- + +## Resolved Bugs + +* [Issue #81](https://github.com/derailed/k9s/issues/81) +* [Issue #96](https://github.com/derailed/k9s/issues/96) +* [Issue #95](https://github.com/derailed/k9s/issues/95) +* [Issue #93](https://github.com/derailed/k9s/issues/93) diff --git a/internal/views/exec.go b/internal/views/exec.go index 5cf519d3..cb1c3065 100644 --- a/internal/views/exec.go +++ b/internal/views/exec.go @@ -13,7 +13,7 @@ func run(app *appView, args ...string) bool { log.Error("Command failed:", err, args) app.flash(flashErr, "Doh! command failed", err.Error()) } - log.Debug("Command exec sucessfully!") + log.Debug("Command exec successfully!") }) }