mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2024-12-28 19:03:49 +08:00
cmd/root: fix checkBhEnv message
This commit is contained in:
parent
171b661b99
commit
f648fd9ae4
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ func checkBhEnv() {
|
|||
msg := fmt.Sprintf(`
|
||||
WARNING: BH_URL is to https://bashhub.com on this machine
|
||||
If you will be running bashhub-client locally be sure to add
|
||||
export BH_URL=http://%v to your .bashrc or .zshrc`, addr)
|
||||
export BH_URL=%v to your .bashrc or .zshrc`, addr)
|
||||
fmt.Println(msg, "\n")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue