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