From f18534c0e251ad27997522f1ff477dd4dae01a96 Mon Sep 17 00:00:00 2001 From: Kevin Del Castillo Date: Sun, 3 May 2020 23:44:28 -0500 Subject: [PATCH] Fix undefined variable TAGS with INPUT_TAGS (#54) --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index e4a0a3d..824d76d 100755 --- a/start.sh +++ b/start.sh @@ -18,7 +18,7 @@ if ${INPUT_FORCE}; then _FORCE_OPTION='--force' fi -if ${TAGS}; then +if ${INPUT_TAGS}; then _TAGS='--tags' fi