Skip to content

Commit 24f0aab

Browse files
committed
example host in general
Signed-off-by: MEBELKO <matthias.ebel-koch@mercedes-benz.com>
1 parent d4d0f17 commit 24f0aab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ func EnsureApiVerison() {
120120
fmt.Println("Current URL:", Config.Host)
121121
fmt.Println("")
122122
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")
123+
fmt.Println("Example: https://YOUR_DOMAIN/disuko")
125124
fmt.Println("")
126125
fmt.Println("The CLI will automatically append the version as needed.")
127126
fmt.Println("═══════════════════════════════════════════════════════════════")

0 commit comments

Comments
 (0)