Skip to content

Commit b353add

Browse files
GokceGKrubenhoenle
andauthored
Update internal/cmd/beta/logs/instance/create/create.go
Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
1 parent c97f9fe commit b353add

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/logs/instance/create

1 file changed

+1
-1
lines changed

internal/cmd/beta/logs/instance/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
106106
s.Start("Creating instance")
107107
_, err = wait.CreateLogsInstanceWaitHandler(ctx, apiClient, model.ProjectId, model.Region, instanceId).WaitWithContext(ctx)
108108
if err != nil {
109-
return fmt.Errorf("wait for LogMe instance creation: %w", err)
109+
return fmt.Errorf("wait for logs instance creation: %w", err)
110110
}
111111
s.Stop()
112112
}

0 commit comments

Comments
 (0)