fix: connection formatting when changing connection with 'ctx conn'

This commit is contained in:
Pasha Sviderski
2026-03-03 17:26:42 +10:00
parent 3f1a772288
commit 2222434934
+1 -1
View File
@@ -60,7 +60,7 @@ func selectConnection(uncli *cli.CLI) error {
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
}