Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Mar 12, 2024
1 parent 91c1eb7 commit 176bdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory/services/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (ds *DeleteService) createFileHandlerFunc(result *utils.Result) fileDeleteH
}
log.Info(logMsgPrefix+"Deleting", resultItem.GetItemRelativePath())
if ds.DryRun {
// Mock delete count
// Mock success count on dry run
result.SuccessCount[threadId]++
return nil
}
Expand Down

0 comments on commit 176bdac

Please sign in to comment.