From 55ac0724ebc8d6cd5f72e193c77f1285a6ad9d36 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 3 Jun 2021 10:53:17 -0500 Subject: [PATCH] Fix globbing bug in aptly script --- aptly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptly.sh b/aptly.sh index 00559cdcf3..10f3790972 100755 --- a/aptly.sh +++ b/aptly.sh @@ -40,7 +40,7 @@ ENDPOINT=signal-desktop-apt # Matches endpoint name in .aptly.conf SNAPSHOT="signal-desktop_v$VERSION" GPG_KEYID=57F6FB06 -aptly repo add "$REPO" "release/$NAME\_$VERSION\_*.deb" +aptly repo add "$REPO" release/"$NAME"_"$VERSION"_*.deb aptly snapshot create "$SNAPSHOT" from repo "$REPO" # run these only on first release to a given repo from a given machine. the first set is