Skip to content

Commit 3e886fc

Browse files
Update internal/cmd/beta/intake/runner/delete/delete.go
Co-authored-by: Ruben Hönle <[email protected]>
1 parent 5b0dfb9 commit 3e886fc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func NewDeleteCmd(p *params.CmdParams) *cobra.Command {
7373
s.Start("Deleting STACKIT Intake Runner")
7474
_, err = wait.DeleteIntakeRunnerWaitHandler(ctx, apiClient, model.ProjectId, model.Region, model.RunnerId).WaitWithContext(ctx)
7575
if err != nil {
76-
return fmt.Errorf("wait for STACKIT Instance deletion: %w", err)
76+
return fmt.Errorf("wait for STACKIT Intake Runner deletion: %w", err)
7777
}
7878
s.Stop()
7979
}

0 commit comments

Comments
 (0)