File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/services/baremetal/host Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1113,7 +1113,7 @@ func (s *Service) actionPreProvisioning(ctx context.Context) actionResult {
1113
1113
1114
1114
out := sshClient .GetHostName ()
1115
1115
if out .Err != nil || out .StdErr != "" {
1116
- ctrl .LoggerFrom (ctx ).Info ("pre-provision: rescue sytem not reachable. Will try again" ,
1116
+ ctrl .LoggerFrom (ctx ).Info ("pre-provision: rescue system not reachable. Will try again" ,
1117
1117
"sshOutput" , out .String ())
1118
1118
return actionContinue {delay : 10 * time .Second }
1119
1119
}
@@ -1161,7 +1161,7 @@ func (s *Service) actionImageInstalling(ctx context.Context) actionResult {
1161
1161
1162
1162
out := sshClient .GetHostName ()
1163
1163
if out .Err != nil || out .StdErr != "" {
1164
- ctrl .LoggerFrom (ctx ).Info ("image-installing: rescue sytem not reachable. Will try again" ,
1164
+ ctrl .LoggerFrom (ctx ).Info ("image-installing: rescue system not reachable. Will try again" ,
1165
1165
"sshOutput" , out .String ())
1166
1166
return actionContinue {delay : 10 * time .Second }
1167
1167
}
You can’t perform that action at this time.
0 commit comments