aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjobs/acl2-theorems.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run
index c002d11..04ed3a3 100755
--- a/jobs/acl2-theorems.run
+++ b/jobs/acl2-theorems.run
@@ -2,5 +2,5 @@
set -euo pipefail
for path in $(find -type f -name '*.lisp'); do
- laminarc start acl2-verify path="$(pwd)/$path"
+ laminarc run acl2-verify path="$(pwd)/$path"
done