diff options
| author | John MacFarlane <[email protected]> | 2022-10-04 12:45:02 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-04 13:16:19 -0700 |
| commit | 05505df2f00ddfdc88758d876dc6294af9b073fb (patch) | |
| tree | ed645f2f5b7f11a0b00222dd73edbf234c30aaef /tools | |
| parent | 86e009b49547e7072cf099b7990cb7ff2b864979 (diff) | |
Fix typo in build-arm.sh.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build-arm.sh | 2 |
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 |
