Skip to content

Commit ffa03e7

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

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
@@ -88,7 +88,7 @@ func NewUpdateCmd(p *params.CmdParams) *cobra.Command {
8888
// Wait for async operation, if async mode not enabled
8989
if !model.Async {
9090
s := spinner.New(p.Printer)
91-
s.Start("Updating STACKIT Intake Runner instance")
91+
s.Start("Updating STACKIT Intake Runner")
9292
_, err = wait.CreateOrUpdateIntakeRunnerWaitHandler(ctx, apiClient, model.ProjectId, model.Region, model.RunnerId).WaitWithContext(ctx)
9393
if err != nil {
9494
return fmt.Errorf("wait for STACKIT Instance creation: %w", err)

0 commit comments

Comments
 (0)