diff options
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 |