diff --git a/hack/release.sh b/hack/release.sh index 1d3c9c372..e8fd18ab8 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -267,7 +267,7 @@ EOF # Add the DEB package to the APT repo DEBFILE=bundles/$VERSION/ubuntu/lxc-docker*.deb - reprepro -b "$APTDIR" includedeb docker "$DEBFILE" + reprepro -b $APTDIR includedeb docker $DEBFILE # Sign for F in $(find $APTDIR -name Release); do