From c2734ccf3786a64990bc054d6d1173c490f96a4b Mon Sep 17 00:00:00 2001 From: Fizban Date: Wed, 3 Jun 2020 10:01:35 +1000 Subject: [PATCH] Remove spaces --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index a543a5c..3acaab8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,9 +11,9 @@ set -e # and don't allow that much flexibility to mount volumes SRCDIR=$1 -PYPI_URL = $2 +PYPI_URL=$2 -PYPI_INDEX_URL = $3 +PYPI_INDEX_URL=$3 WORKDIR=${SRCDIR:-/src}