Skip to content

Commit

Permalink
change parameter names in groovy library
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Feb 21, 2024
1 parent 0ade927 commit cccc391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/validateArtifacts.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void call(Map args = [:]) {
args.os_build_number ? "--os-build-number ${args.os_build_number}" : "",
args.osd_build_number ? "--osd-build-number ${args.osd_build_number}" : "",
args.artifact_type ? "--artifact-type ${args.artifact_type}" : "",
args.allow_http ? '--allow_http' : "",
args.allow_http ? '--allow-http' : "",
args.docker_args ? "${args.artifact_type}" : "",
].join(' '))
}

0 comments on commit cccc391

Please sign in to comment.