mirror of
https://github.com/rancher/os.git
synced 2025-09-13 21:51:33 +00:00
Fix error typo in loadConsoleService func (#2112)
This commit is contained in:
committed by
niusmallnan
parent
5ec984177d
commit
349203b058
@@ -106,7 +106,7 @@ func projectReload(p *project.Project, useNetwork *bool, loadConsole bool, envir
|
|||||||
|
|
||||||
if loadConsole {
|
if loadConsole {
|
||||||
if err := loadConsoleService(cfg, p); err != nil {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user