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