trigger build to update github status

pull/11504/head
Ilya Zuyev 2021-05-26 22:02:41 -07:00
parent 1b562da2b0
commit eff0bc7161
1 changed files with 1 additions and 1 deletions

View File

@ -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)