Skip to content
Snippets Groups Projects
Commit 82372e2f authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: fix typo in deploy-packages.sh

Change-Id: I6d8dd00c16fe4f22e4451c4fe040637d2b67c3f5
parent ddb9b7ea
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ EOF
## create the manual download folder ##
#######################################
NAME_PATTERN=jami-all_????????.*\~dfsg*.deb
if ls packages/${DISTRIBUTION}/${NAME_PATTERN}i &> /dev/null; then
if ls packages/${DISTRIBUTION}/${NAME_PATTERN} &> /dev/null; then
DISTRIBUTION_MANUAL_DOWNLOAD_FOLDER=$(realpath manual-download)/${DISTRIBUTION}
mkdir -p ${DISTRIBUTION_MANUAL_DOWNLOAD_FOLDER}
cp packages/${DISTRIBUTION}/${NAME_PATTERN} ${DISTRIBUTION_MANUAL_DOWNLOAD_FOLDER}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment