Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 349203b

Browse files
Julien Kassarniusmallnan
authored andcommitted
Fix error typo in loadConsoleService func (#2112)
1 parent 5ec9841 commit 349203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/reload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func projectReload(p *project.Project, useNetwork *bool, loadConsole bool, envir
106106

107107
if loadConsole {
108108
if err := loadConsoleService(cfg, p); err != nil {
109-
log.Errorf("Failed to load gancher.console=(%s): %v", cfg.Rancher.Console, err)
109+
log.Errorf("Failed to load rancher.console=(%s): %v", cfg.Rancher.Console, err)
110110
}
111111
}
112112

0 commit comments

Comments
 (0)