Fix typo in build-arm.sh.

This commit is contained in:
John MacFarlane
2022-10-04 13:16:19 -07:00
parent 86e009b495
commit 05505df2f0
+1 -1
View File
@@ -88,7 +88,7 @@ while true
do
sleep 20
# print free memory
free -h | grep Mem"
free -h | grep Mem
# Check to see if the artifact has been produced
$SSH "ls -l src/pandoc/linux/artifacts/DONE 2>/dev/null" && break
done