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