From 983956c9a94b3c98a0c6dec7cc4eb624080d1278 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 30 Jan 2023 08:32:34 +0000 Subject: [PATCH] Update file executable_tinypng.tmpl --- home/dot_local/bin/executable_tinypng.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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