1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 13:39:53 +00:00

Fix error typo in loadConsoleService func (#2112)

This commit is contained in:
Julien Kassar
2017-12-07 02:55:40 -05:00
committed by niusmallnan
parent 5ec984177d
commit 349203b058

View File

@@ -106,7 +106,7 @@ func projectReload(p *project.Project, useNetwork *bool, loadConsole bool, envir
if loadConsole {
if err := loadConsoleService(cfg, p); err != nil {
log.Errorf("Failed to load gancher.console=(%s): %v", cfg.Rancher.Console, err)
log.Errorf("Failed to load rancher.console=(%s): %v", cfg.Rancher.Console, err)
}
}