aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-04 12:45:02 -0700
committerJohn MacFarlane <[email protected]>2022-10-04 13:16:19 -0700
commit05505df2f00ddfdc88758d876dc6294af9b073fb (patch)
treeed645f2f5b7f11a0b00222dd73edbf234c30aaef /tools
parent86e009b49547e7072cf099b7990cb7ff2b864979 (diff)
Fix typo in build-arm.sh.
Diffstat (limited to 'tools')
-rw-r--r--tools/build-arm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-arm.sh b/tools/build-arm.sh
index 51e6ea397..ff6d75d15 100644
--- a/tools/build-arm.sh
+++ b/tools/build-arm.sh
@@ -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