From e5de4c9c9ade319b45a5b9596a2e188b4bba9c00 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:29:19 +0000 Subject: [PATCH] Fixed issue with passing variable to compress-image --- home/dot_local/bin/executable_compress-image.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_local/bin/executable_compress-image.tmpl b/home/dot_local/bin/executable_compress-image.tmpl index 95ee9bee..e024dd23 100644 --- a/home/dot_local/bin/executable_compress-image.tmpl +++ b/home/dot_local/bin/executable_compress-image.tmpl @@ -1,3 +1,3 @@ #!/usr/bin/env bash -tinypng -k {{ .user.tinypngKey }} $* \ No newline at end of file +tinypng -k {{ .user.tinypngKey }} "$*" \ No newline at end of file