Skip to content

Commit 4dce577

Browse files
Update internal/cmd/beta/intake/runner/update/update.go
Co-authored-by: Ruben Hönle <[email protected]>
1 parent ffa03e7 commit 4dce577

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/intake/runner/update

1 file changed

+1
-1
lines changed

internal/cmd/beta/intake/runner/update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func NewUpdateCmd(p *params.CmdParams) *cobra.Command {
9191
s.Start("Updating STACKIT Intake Runner")
9292
_, err = wait.CreateOrUpdateIntakeRunnerWaitHandler(ctx, apiClient, model.ProjectId, model.Region, model.RunnerId).WaitWithContext(ctx)
9393
if err != nil {
94-
return fmt.Errorf("wait for STACKIT Instance creation: %w", err)
94+
return fmt.Errorf("wait for STACKIT Intake Runner update: %w", err)
9595
}
9696
s.Stop()
9797
}

0 commit comments

Comments
 (0)