From b27d4c731e3abcd19f14132ea842110c20c5cfef Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 8 Dec 2017 14:27:33 +1100 Subject: [PATCH] Add newline to zanata source-repository file Without the newline this falls into the old bash "read" gotcha trick where the last line will be skipped silently. This means the client isn't actualy downloaded. dib-lint added a check in I23e293b957cd4f008611656cf9166391b1b537a2 and I tested it would have caught this. Change-Id: Idbae2037f275fad91b87e1cf5ee80663c1f05ddc --- nodepool/elements/cache-devstack/source-repository-zanatacli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodepool/elements/cache-devstack/source-repository-zanatacli b/nodepool/elements/cache-devstack/source-repository-zanatacli index fc2463495c..226beab7ee 100644 --- a/nodepool/elements/cache-devstack/source-repository-zanatacli +++ b/nodepool/elements/cache-devstack/source-repository-zanatacli @@ -1 +1 @@ -zanata-cli file /opt/cache/files/zanata-cli-3.8.1-dist.tar.gz https://search.maven.org/remotecontent?filepath=org/zanata/zanata-cli/3.8.1/zanata-cli-3.8.1-dist.tar.gz \ No newline at end of file +zanata-cli file /opt/cache/files/zanata-cli-3.8.1-dist.tar.gz https://search.maven.org/remotecontent?filepath=org/zanata/zanata-cli/3.8.1/zanata-cli-3.8.1-dist.tar.gz