Skip to content

Commit db3fd03

Browse files
Update internal/cmd/beta/intake/runner/create/create.go
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
1 parent 45f92be commit db3fd03

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func NewCreateCmd(p *params.CmdParams) *cobra.Command {
9595
s.Start("Creating STACKIT Intake Runner")
9696
_, err = wait.CreateOrUpdateIntakeRunnerWaitHandler(ctx, apiClient, model.ProjectId, model.Region, resp.GetId()).WaitWithContext(ctx)
9797
if err != nil {
98-
return fmt.Errorf("wait for STACKIT Instance creation: %w", err)
98+
return fmt.Errorf("wait for STACKIT Intake Runner creation: %w", err)
9999
}
100100
s.Stop()
101101
}

0 commit comments

Comments
 (0)