From ae9a3f04a58d24181f88ae470f39630d76529f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Mon, 5 Mar 2018 16:38:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d01039a..7ae3ec2 100755 --- a/build.sh +++ b/build.sh @@ -43,7 +43,7 @@ if [ "${1}x" == "x" ] || [ "${1}" == "--help" ] || [ "${1}" == "-h" ]; then echo " selection. The TAG being build must exist for the base variant and" echo " corresponding Dockerfile must start with the following lines:" echo " ARG DOCKER_ORG=ninech" - echo " ARG DOCKER_REPOT=netbox" + echo " ARG DOCKER_REPO=netbox" echo " ARG FROM_TAG=latest" echo " FROM \$DOCKER_ORG/\$DOCKER_REPO:\$FROM_TAG" echo " Example: VARIANT=ldap will result in the tag 'latest-ldap' and the"