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 de7f12a commit 9ad243fCopy full SHA for 9ad243f
1 file changed
backend/cluster/client.go
@@ -92,9 +92,6 @@ func NewClient(cfg config.ClusterConfig) (*Client, error) {
92
if cfg.LoginPrompt == "" {
93
cfg.LoginPrompt = defaultLoginPrompt
94
}
95
- if cfg.Host == "" {
96
- return nil, fmt.Errorf("host must be specified for DX cluster")
97
- }
98
99
// Regex breakdown (groups kept to match existing code indexes):
100
// 1: DX de
0 commit comments