We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4d0f17 + 24f0aab commit baf2d94Copy full SHA for baf2d94
conf/config.go
@@ -120,8 +120,7 @@ func EnsureApiVerison() {
120
fmt.Println("Current URL:", Config.Host)
121
fmt.Println("")
122
fmt.Println("Please update your configuration to use only the base URL:")
123
- fmt.Println("Example: https://production.gorillas.mercedes-benz.com/disco")
124
- fmt.Println(" https://production.gorillas.mercedes-benz.com/public")
+ fmt.Println("Example: https://YOUR_DOMAIN/disuko")
125
126
fmt.Println("The CLI will automatically append the version as needed.")
127
fmt.Println("═══════════════════════════════════════════════════════════════")
0 commit comments