From 9f8ab471ff0e007e22ebda55991913e5a9c32544 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 30 Jan 2023 08:32:23 +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 325dafd3..e23cd8ab 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.TINYPNG_API_KEY }} $@ \ No newline at end of file +tinypng -k {{ .user.tinypngKey }} $@ \ No newline at end of file