From: Gabriel Dunne Date: Tue, 3 Jan 2023 20:30:50 +0000 (-0800) Subject: Fixing publish X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=100853423f24ceed8212870a381349e695c5c7a0;p=gabrieldunne.com-site.git Fixing publish --- diff --git a/publish b/publish index dd226be..228aed9 100755 --- a/publish +++ b/publish @@ -2,7 +2,7 @@ # set -x EXCLUDE="" -if [ $1 = "--nomedia" ]; then +if [ $1 ] && [ $1 = "--nomedia" ]; then echo "Publishing with --nomedia flag..." EXCLUDE="--exclude ./m" fi