From df29b463a2e0d7f8752af419a2406c58f29f4099 Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Mon, 1 Feb 2021 19:37:37 +0000 Subject: [PATCH] typo --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 167ecad..7299458 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -22,7 +22,7 @@ open -g $editorpath --args \ -projectPath "$(pwd)/game" # wait for editor log to exist -while [ ! -f $editorlog ] +while [ ! -f $editorlogpath ] do sleep 1 done