Skip to content

Commit 3a1be40

Browse files
committed
fix quotes
1 parent b22756a commit 3a1be40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/debian/reversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [[ ! -v DEB ]]; then NEW_NAME=$DEB; fi;
5454
if [[ ! -v SIGN ]]; then
5555
SIGN_ARG=""
5656
else
57-
SIGN_ARG=--sign $SIGN
57+
SIGN_ARG="--sign $SIGN"
5858
fi
5959

6060
function rebuild_deb() {

0 commit comments

Comments
 (0)