From 100853423f24ceed8212870a381349e695c5c7a0 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Tue, 3 Jan 2023 12:30:50 -0800 Subject: [PATCH] Fixing publish --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1