From e57d649057e54bcc1d779daa86bf9eb249ea6f87 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Wed, 27 May 2015 20:11:11 -0700 Subject: [PATCH] fix release script Signed-off-by: Jessica Frazelle (cherry picked from commit 9f619282dba2f42ada6f7e92705a1c8979193214) --- hack/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/release.sh b/hack/release.sh index 1d3c9c372..33964075c 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -266,7 +266,7 @@ Architectures: amd64 i386 EOF # Add the DEB package to the APT repo - DEBFILE=bundles/$VERSION/ubuntu/lxc-docker*.deb + DEBFILE=( bundles/$VERSION/ubuntu/lxc-docker*.deb ) reprepro -b "$APTDIR" includedeb docker "$DEBFILE" # Sign