We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc2df8f + 6d0c840 commit e37455aCopy full SHA for e37455a
test/extended/util/cli.go
@@ -66,7 +66,7 @@ func NewCLI(project, adminConfigPath string) *CLI {
66
client.username = "admin"
67
client.execPath = "oc"
68
if len(adminConfigPath) == 0 {
69
- FatalErr(fmt.Errorf("You must set the KUBECONFIG variable to admin kubeconfig."))
+ FatalErr(fmt.Errorf("you must set the KUBECONFIG variable to admin kubeconfig"))
70
}
71
client.adminConfigPath = adminConfigPath
72
0 commit comments