Skip to content

Commit e9dc8e1

Browse files
author
Chance Zibolski
committed
Update docker-build-rhel.sh to use new REPO_DIR var
1 parent db6cf16 commit e9dc8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-build-rhel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
44

5-
: "${REPO_FILE:?}"
5+
: "${REPO_DIR:?}"
66
: "${SUB_MGR_FILE:?}"
77
: "${IMAGE_TAG:=latest}"
88

0 commit comments

Comments
 (0)