Skip to content

Commit

Permalink
Update build source script
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Nov 20, 2024
1 parent 48fb30a commit 79f3d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charms/worker/k8s/build-snap-installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
echo "Creating empty tarball at $1"
touch "${1}"

0 comments on commit 79f3d97

Please sign in to comment.