From 7e480cd30ca7ad67e13985f85a0ea6de8824b02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Sun, 25 Aug 2024 16:22:02 +0200 Subject: [PATCH] Update run_vfxplatform.sh --- src/scripts/run_vfxplatform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/run_vfxplatform.sh b/src/scripts/run_vfxplatform.sh index baed807d0..9ad4a9fe9 100755 --- a/src/scripts/run_vfxplatform.sh +++ b/src/scripts/run_vfxplatform.sh @@ -49,7 +49,7 @@ if [ "${LOCAL_BUILD}" = 1 ]; then ${DOCKER} friction-vfxplatform else docker pull frictiongraphics/friction-vfxplatform-sdk - ${DOCKER} friction-vfxplatform-sdk + ${DOCKER} frictiongraphics/friction-vfxplatform-sdk fi