mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
fix: connection formatting when changing connection with 'ctx conn'
This commit is contained in:
@@ -60,7 +60,7 @@ func selectConnection(uncli *cli.CLI) error {
|
|||||||
return fmt.Errorf("save config: %w", err)
|
return fmt.Errorf("save config: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Default connection for context '%s' is now '%s'.\n", currentCtxName, selected)
|
fmt.Printf("Default connection for context '%s' is now '%s'.\n", currentCtxName, selected.String())
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user