mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 13:37:08 +08:00
commands: fix invalid reload on boot
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@ -39,7 +39,7 @@ func runUse(dockerCli command.Cli, in useOptions, name string) error {
|
||||
}
|
||||
for _, l := range list {
|
||||
if l.Name == name {
|
||||
return errors.Errorf("to switch to context %s use `docker context use %s`", name, name)
|
||||
return errors.Errorf("run `docker context use %s` to switch to context %s", name, name)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user