Prefer out.Styled to out.Step, revert copyright
parent
9baaeea36a
commit
5a3877cfc5
|
|
@ -103,7 +103,7 @@ func runPause() {
|
||||||
mu.Lock()
|
mu.Lock()
|
||||||
defer mu.Unlock()
|
defer mu.Unlock()
|
||||||
if runtimePaused {
|
if runtimePaused {
|
||||||
out.Step(style.AddonEnable, "Auto-pause is already enabled.")
|
out.Styled(style.AddonEnable, "Auto-pause is already enabled.")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue