We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974bbef commit 551356dCopy full SHA for 551356d
cli/cmd/errors.go
@@ -127,7 +127,7 @@ func ErrorDockerCtrlC() error {
127
func ErrorAPINotReady(apiName string, status string) error {
128
return errors.WithStack(&errors.Error{
129
Kind: ErrAPINotReady,
130
- Message: fmt.Sprintf("%s is %s", s.UserStr(apiName), status),
+ Message: fmt.Sprintf("%s is %s", apiName, status),
131
})
132
}
133
0 commit comments