Skip to content

Commit 759a1c8

Browse files
committed
use envProd const
1 parent 16b4d6c commit 759a1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/multiregion/dns.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (d *DnsCommand) setDnsRecordValues(idpKey string) {
111111
}
112112

113113
supportBotName := "sherlock"
114-
if d.env != "prod" {
114+
if d.env != envProd {
115115
supportBotName = "watson"
116116
}
117117

0 commit comments

Comments
 (0)