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:
parent
7201482cac
commit
109d6aa22f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user