From a7cb99b8642033f8042090ed4e78402ee3002bda Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 19 Sep 2023 09:27:11 +0100 Subject: [PATCH] misc repo sync fix --- external-misc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-misc.sh b/external-misc.sh index da63d2f..ed0a4cb 100644 --- a/external-misc.sh +++ b/external-misc.sh @@ -37,7 +37,7 @@ cd ./manticoutput cd ../ -if [ $(ls ./output/ | wc -l) -lt 1 ]; then +if [ $(ls ./manticoutput/ | wc -l) -lt 1 ]; then echo "Mantic repos are synced" exit 0 fi