trigger build to update github status
parent
1b562da2b0
commit
eff0bc7161
|
|
@ -329,7 +329,7 @@ func unpauseIfNeeded(profile *config.Profile) error {
|
|||
|
||||
cr, err := cruntime.New(cruntime.Config{Type: crName, Runner: r})
|
||||
if err != nil {
|
||||
exit.Error(reason.InternalNewRuntime, "Failed runtime", err)
|
||||
exit.Error(reason.InternalNewRuntime, "Failed to create runtime", err)
|
||||
}
|
||||
|
||||
paused, err := cluster.CheckIfPaused(cr, nil)
|
||||
|
|
|
|||
Loading…
Reference in New Issue