diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2022-08-17 15:55:28 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2022-08-17 15:55:28 +0900 |
commit | cdaf8688594dc0e2e46ff9e5caa2ff5a137c2f23 (patch) | |
tree | 4649b36a0600a0649fdc00d562671826284a5370 /jobs | |
parent | 1e0d876e49c767532e73c7afdaafa03b9cb0e416 (diff) |
learn-acl2: Fix repository name.
Diffstat (limited to 'jobs')
-rwxr-xr-x | jobs/learn-acl2.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/learn-acl2.run b/jobs/learn-acl2.run index b9dc44b..bdd3939 100755 --- a/jobs/learn-acl2.run +++ b/jobs/learn-acl2.run @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -git clone https://git.tojo.tokyo/acl2-theorems.git . +git clone https://git.tojo.tokyo/learn-acl2.git . git checkout "${branch:-main}" for path in $(find -type f -name '*.lisp'); do |