Skip to content

Commit ac00ac4

Browse files
committed
fix bash lints
1 parent 360a07d commit ac00ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/scripts/release/manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ function publish_debian() {
444444
--names "$DEBIAN_CACHE_FOLDER/$__codename/${__new_artifact_name}_${__target_version}_${__arch}.deb" \
445445
--version $__target_version \
446446
--bucket $__debian_repo \
447-
$(if [[ $__force_upload_debians == 1 ]]; then echo "--force"; fi) \
447+
"$(if [[ $__force_upload_debians == 1 ]]; then echo "--force"; fi)" \
448448
-c $__codename \
449449
-r $__channel \
450450
--arch $__arch \

0 commit comments

Comments
 (0)