diff --git a/home/dot_local/bin/executable_tinypng.tmpl b/home/dot_local/bin/executable_tinypng.tmpl index e23cd8ab..95ee9bee 100644 --- a/home/dot_local/bin/executable_tinypng.tmpl +++ b/home/dot_local/bin/executable_tinypng.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