Skip to content

Commit dc6f626

Browse files
committed
fix bash-check
1 parent 15be22f commit dc6f626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/debian/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ for _ in {1..10}; do (
110110
#>> Attempting to obtain a lock
111111
#/var/lib/gems/2.3.0/gems/deb-s3-0.10.0/lib/deb/s3/lock.rb:24:in `throw': uncaught throw #"Unable to obtain a lock after 60, giving up."
112112
deb-s3 upload $BUCKET_ARG $S3_REGION_ARG \
113-
$([ "$FORCE" -eq 0 ] && echo "--fail-if-exists") \
113+
"$([ "$FORCE" -eq 0 ] && echo "--fail-if-exists")" \
114114
--lock \
115115
--arch $ARCH \
116116
--preserve-versions \

0 commit comments

Comments
 (0)