From c9ada3a8ee2517c48529a158e7694e6b57cc23ea Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 28 Jan 2020 20:03:33 -0500 Subject: [PATCH] path flag --- script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script.sh b/script.sh index cd72d36..dcb7ea2 100755 --- a/script.sh +++ b/script.sh @@ -13,9 +13,9 @@ fi if [ -n "$PLUGIN_PATH" ] then - NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} -p ${PLUGIN_PATH}" + NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} -d ${PLUGIN_PATH}" else - NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} -p ./" + NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} -d ./" fi if [ -z "$PLUGIN_TOKEN" ] @@ -62,4 +62,4 @@ then exit $rc else echo $'\n'"> Successfully deployed!"$'\n' -fi \ No newline at end of file +fi