From 503182bfd6efbe80cb884237508b43bce7844d04 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 13 Aug 2021 23:25:24 -0300 Subject: aux/ci/ci-build.sh: Fix line break of cp --- aux/ci/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/ci') 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 -- cgit v1.2.3