mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 07:13:23 +00:00
Quote eTag
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export eTAG="latest-dev"
|
export eTAG="latest-dev"
|
||||||
echo $1
|
echo "$1"
|
||||||
if [ $1 ] ; then
|
if [ "$1" ] ; then
|
||||||
eTAG=$1
|
eTAG=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user