diff --git a/service/scripts/install-frontend.sh b/service/scripts/install-frontend.sh index ab06994a..f76218b4 100755 --- a/service/scripts/install-frontend.sh +++ b/service/scripts/install-frontend.sh @@ -5,7 +5,7 @@ node -v root_path=$PWD; geppetto_repo="https://github.com/openworm/org.geppetto.frontend.git -b v0.4.2-beta"; -extension_repo="https://github.com/MetaCell/geppetto-scidash.git -b 4.0.1"; +extension_repo="https://github.com/MetaCell/geppetto-scidash.git -b 4.0.2"; geppetto_path="./static/org.geppetto.frontend"; geppetto_app_path="$geppetto_path/src/main/webapp";