diff options
-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 eae5cfe..007e7c4 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -39,7 +39,7 @@ EOF rsync -av public/ "/srv/http/$PROJECT/" --delete if [ -f aux/guix/with-container.sh ]; then - cp "$(sh aux/guix/with-container.sh -C)" + cp "$(sh aux/guix/with-container.sh -C)" \ "/srv/http/$PROJECT/docker.tar.gz" fi |