Skip to content

Commit

Permalink
revert minsplitsize
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Jul 29, 2024
1 parent 4f1bd88 commit 37a8cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cliutils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func CreateBuildInfoSummaryReportString(success, failed int, sha256 string, err

func CreateDownloadConfiguration(c *cli.Context) (downloadConfiguration *artifactoryUtils.DownloadConfiguration, err error) {
downloadConfiguration = new(artifactoryUtils.DownloadConfiguration)
downloadConfiguration.MinSplitSizeKb, err = getMinSplit(c, DownloadMinSplitKb)
downloadConfiguration.MinSplitSize, err = getMinSplit(c, DownloadMinSplitKb)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 37a8cb6

Please sign in to comment.