diff options
author | EuAndreh <eu@euandre.org> | 2021-02-23 11:28:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-23 11:28:07 -0300 |
commit | 2daa696e47274e10eba08a9f65a074a8766cf105 (patch) | |
tree | 0a11f33ccd0a5f360c659899d8750cd2a72e4dbc /aux/ci/ci-build.sh | |
parent | Add posix-c99 package (diff) | |
download | package-repository-2daa696e47274e10eba08a9f65a074a8766cf105.tar.gz package-repository-2daa696e47274e10eba08a9f65a074a8766cf105.tar.xz |
aux/ci/ci-build.sh: Fix typo
Diffstat (limited to '')
-rwxr-xr-x | aux/ci/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 1e3af4a..01b587f 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -46,7 +46,7 @@ EOF if [ -f aux/guix/with-container.sh ]; then RUNNER='./aux/guix/with-container.sh' - guix describle + guix describe else RUNNER='sh -c' fi |