Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Aug 19, 2024
1 parent d2abdeb commit 1b3d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/state/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (c *state) WaitForActions(cmd *cobra.Command, ctx context.Context, actions
return nil
}
for _, action := range actions {
ui.SkipActionWaitMessage(action)
cmd.Println(ui.SkipActionWaitMessage(action))
}
return nil
}
Expand Down

0 comments on commit 1b3d7dd

Please sign in to comment.