Fixed issue with passing variable to compress-image
This commit is contained in:
parent
fc75866f14
commit
e5de4c9c9a
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
tinypng -k {{ .user.tinypngKey }} $*
|
||||
tinypng -k {{ .user.tinypngKey }} "$*"
|
Loading…
Reference in a new issue