From 79f3d97cb864acda50d76d2cf9c3abba2d63bad5 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..e54a426f 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