From 85f384e8cd9dba26cc418ee5ba56dbc4b17f12e8 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 8 Aug 2017 21:33:06 -0400 Subject: [PATCH] update script to use absolute path --- build/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/main.sh b/build/main.sh index 5fdd3aee..795a7e63 100755 --- a/build/main.sh +++ b/build/main.sh @@ -25,7 +25,7 @@ if [[ $? != 0 ]]; then exit 1 else echo "format validation passed!" - build.sh && deploy.sh + ./build.sh && ./deploy.sh if [[ $? != 0 ]]; then echo "JSON build and deploy failed!" else