From 9576d15cf185c19bdae3675665ca7a38605b2dff Mon Sep 17 00:00:00 2001 From: Adam Dyess Date: Wed, 20 Nov 2024 08:30:28 -0600 Subject: [PATCH] Update build source script --- charms/worker/k8s/build-snap-installation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charms/worker/k8s/build-snap-installation.sh b/charms/worker/k8s/build-snap-installation.sh index 8d12a0b8..14d51f03 100644 --- a/charms/worker/k8s/build-snap-installation.sh +++ b/charms/worker/k8s/build-snap-installation.sh @@ -3,4 +3,5 @@ # See LICENSE file for licensing details. # Create an empty tarball to be used as a placeholder for the snap installation override -touch "snap-installation.tar.gz" \ No newline at end of file +echo "Creating empty tarball at $1" +touch $1 \ No newline at end of file