diff --git a/datahub-frontend/run/run-local-frontend b/datahub-frontend/run/run-local-frontend index 93b5328c5e116a..1dc6e4ab3b3cbc 100755 --- a/datahub-frontend/run/run-local-frontend +++ b/datahub-frontend/run/run-local-frontend @@ -1,7 +1,7 @@ #!/bin/bash CURRENT_DIR=$(pwd) -BUILD_DIR=../build/stage/playBinary +BUILD_DIR=../build/stage/main CONF_DIR=$BUILD_DIR/conf set -a diff --git a/datahub-frontend/run/run-local-frontend-debug b/datahub-frontend/run/run-local-frontend-debug index 4d868d75647d8a..c071ef1ff9714f 100755 --- a/datahub-frontend/run/run-local-frontend-debug +++ b/datahub-frontend/run/run-local-frontend-debug @@ -1,7 +1,7 @@ #!/bin/bash CURRENT_DIR=$(pwd) -BUILD_DIR=../build/stage/playBinary +BUILD_DIR=../build/stage/main CONF_DIR=$BUILD_DIR/conf set -a