From 6d400b7c3ae5bd593153531d8704e20b884ae213 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 8 Feb 2019 00:40:04 +0000 Subject: [PATCH] [ci] Let's try making the auto-checkout test stricter --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 904ed36..aa36668 100755 --- a/build +++ b/build @@ -21,7 +21,7 @@ build_output_folder="./dist"; ############################################################################### # Check out the lantern git submodule if needed -if [ ! -d "${lantern_path}" ]; then +if [ ! -f "${lantern_path}/lantern.sh" ]; then echo "Checking out lantern"; git submodule update --init "${lantern_path}"; fi