Skip to content

Commit 45f92be

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

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
@@ -92,7 +92,7 @@ func NewCreateCmd(p *params.CmdParams) *cobra.Command {
9292
// Wait for async operation, if async mode not enabled
9393
if !model.Async {
9494
s := spinner.New(p.Printer)
95-
s.Start("Creating STACKIT Intake Runner instance")
95+
s.Start("Creating STACKIT Intake Runner")
9696
_, err = wait.CreateOrUpdateIntakeRunnerWaitHandler(ctx, apiClient, model.ProjectId, model.Region, resp.GetId()).WaitWithContext(ctx)
9797
if err != nil {
9898
return fmt.Errorf("wait for STACKIT Instance creation: %w", err)

0 commit comments

Comments
 (0)