Skip to content

Commit e37455a

Browse files
author
OpenShift Bot
authored
Merge pull request #11577 from YuPengZTE/devFatalErr
Merged by openshift-bot
2 parents fc2df8f + 6d0c840 commit e37455a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/util/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func NewCLI(project, adminConfigPath string) *CLI {
6666
client.username = "admin"
6767
client.execPath = "oc"
6868
if len(adminConfigPath) == 0 {
69-
FatalErr(fmt.Errorf("You must set the KUBECONFIG variable to admin kubeconfig."))
69+
FatalErr(fmt.Errorf("you must set the KUBECONFIG variable to admin kubeconfig"))
7070
}
7171
client.adminConfigPath = adminConfigPath
7272

0 commit comments

Comments
 (0)