Skip to content

Commit 523809a

Browse files
committed
Fix base url
1 parent 17abdae commit 523809a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate-rdf-build-miravi-locally.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SCRIPTS_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
44
OUTPUT_DIR=$SCRIPTS_DIR"/../dist"
55
WORK_DIR=$SCRIPTS_DIR"/../tmp"
6-
BASE_URL="http://localhost:5500"
6+
BASE_URL="http://localhost:5500/"
77

88
if compgen -G "data/*.xlsx" > /dev/null; then
99
$SCRIPTS_DIR/generate-rdf-build-miravi.sh $BASE_URL
@@ -14,7 +14,7 @@ if compgen -G "data/*.xlsx" > /dev/null; then
1414

1515
echo ""
1616
echo ""
17-
echo "1. Host RDF files via \"npx http-server $OUTPUT_DIR/output -p 5500 --cors true\""
17+
echo "1. Host RDF files via \"npx http-server $OUTPUT_DIR/output -p 5500 --cors\""
1818
echo "2. Host Miravi via \"npx http-server $OUTPUT_DIR/docs -p 8080\""
1919
echo "3. Browse to http://localhost:8080"
2020
else

0 commit comments

Comments
 (0)