Skip to content

Commit d10bc54

Browse files
jablanCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 65c815d commit d10bc54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/cli/cmd/internal/push.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (cmd *PushCommand) Run() error {
155155
if err != nil {
156156
return err
157157
}
158-
// collect all upload ids for cleanup by project and branch
158+
// collect all upload ids by project and branch for batch creation (cleanup depends on cmd.Cleanup)
159159
found := false
160160
for _, result := range pushResults {
161161
if result.ProjectID == pushResult.ProjectID && result.Branch == pushResult.Branch {

0 commit comments

Comments
 (0)