From e44d2f770f28c3290863e509cb2406dcb67bd686 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 16 Aug 2018 17:22:45 -0500 Subject: Fix shs for REPO Issue-ID: AAF-419 Change-Id: I2cec912c935a28c818ad4358cd236c153de54c30 Signed-off-by: Instrumental --- auth/docker/aaf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/docker/aaf.sh') diff --git a/auth/docker/aaf.sh b/auth/docker/aaf.sh index 441cf2b4..a54c54a1 100644 --- a/auth/docker/aaf.sh +++ b/auth/docker/aaf.sh @@ -12,5 +12,5 @@ docker run \ --env LATITUDE=${LATITUDE} \ --env LONGITUDE=${LONGITUDE} \ --name aaf_config_$USER \ - ${ORG}/${PROJECT}/aaf_config:${VERSION} \ + $PREFIX${ORG}/${PROJECT}/aaf_config:${VERSION} \ /bin/bash "$@" -- cgit 1.2.3-korg