diff --git a/push-asset b/push-asset index a600a11..43a10e1 100755 --- a/push-asset +++ b/push-asset @@ -5,7 +5,7 @@ if [[ -z "$1" ]]; then exit 1 fi -file=$(basename ${1}) +file=$(basename "${1}") # The assumption is all images are for the blog if [[ "$1" =~ .*\.(gif|jpg|png) ]]; then