diff --git a/cmd/openshift-install/create.go b/cmd/openshift-install/create.go index cb6d173e46c..a6df8837e28 100644 --- a/cmd/openshift-install/create.go +++ b/cmd/openshift-install/create.go @@ -773,7 +773,7 @@ func logComplete(directory, consoleURL string) error { return err } logrus.Info("Install complete!") - logrus.Infof("To access the cluster as the system:admin user when using 'oc', run 'export KUBECONFIG=%s'", kubeconfig) + logrus.Infof("To access the cluster as the system:admin user when using 'oc', run\n export KUBECONFIG=%s", kubeconfig) if consoleURL != "" { logrus.Infof("Access the OpenShift web-console here: %s", consoleURL) if skipPasswordPrintFlag {