Fixed issue with passing variable to compress-image

This commit is contained in:
Brian Zalewski 2024-02-26 11:29:19 +00:00
parent fc75866f14
commit e5de4c9c9a

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
tinypng -k {{ .user.tinypngKey }} $*
tinypng -k {{ .user.tinypngKey }} "$*"