1
0
mirror of https://github.com/games-on-k8s/docker-factorio.git synced 2024-11-16 17:42:04 +02:00

Remove extraneous space in make_release.sh

This commit is contained in:
Greg Taylor 2018-12-31 20:09:14 -08:00
parent 7201482cac
commit 109d6aa22f

View File

@ -14,7 +14,7 @@ LOCAL_FILENAME=factorio_headless_x64_${VERSION}.tar.xz
DOWNLOAD_URL=https://www.factorio.com/get-download/${VERSION}/headless/linux64
# Attempt to grab the requested release.
wget ${DOWNLOAD_URL} -O ${LOCAL_FILENAME} || rm -f ${LOCAL_FILENAME}
wget ${DOWNLOAD_URL} -O ${LOCAL_FILENAME} || rm -f ${LOCAL_FILENAME}
if [ $? -ne 0 ]
then