Prefer out.Styled to out.Step, revert copyright

pull/13805/head
klaases 2022-03-21 11:49:26 -07:00
parent 9baaeea36a
commit 5a3877cfc5
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ func runPause() {
mu.Lock()
defer mu.Unlock()
if runtimePaused {
out.Step(style.AddonEnable, "Auto-pause is already enabled.")
out.Styled(style.AddonEnable, "Auto-pause is already enabled.")
return
}

View File

@ -1,5 +1,5 @@
/*
Copyright 2022 The Kubernetes Authors All rights reserved.
Copyright 2021 The Kubernetes Authors All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.