fix release script

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-05-27 20:11:24 -07:00
parent 22a6d71919
commit 395ccedc9b
+1 -1
View File
@@ -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