1
0
Fork 0
mirror of https://github.com/Luzifer/github-publish.git synced 2024-11-12 16:12:53 +00:00

Fix: Do not print literal \n

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-07-09 20:22:19 +02:00
parent c3dddb1356
commit e2639d2bad
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
7293f7067f853c37933bfcac7c41d6020d043cff1d75919bac23235b814e6e43 golang.sh
e1d40e89ab12c49c156f92ccc5ed03d1d816e6d69e5c4d86d064ddebb388c3ac golang.sh

View file

@ -51,6 +51,6 @@ for file in ${REPO}_* SHA256SUMS; do
github-release upload --user ${GHUSER} --repo ${REPO} --tag ${DEPLOYMENT_TAG} --name ${file} --file ${file}
done
echo "\n\n=== Recorded checksums ===\n\n"
echo -e "\n\n=== Recorded checksums ==="
cat SHA256SUMS