diff --git a/update.sh b/update.sh index c554cd7..a9a90a3 100755 --- a/update.sh +++ b/update.sh @@ -26,7 +26,7 @@ dry_run() { rm -rf tmp mkdir tmp cd tmp || exit - git clone https://gitlab.com/shardeum/validator/gui.git + git clone https://github.com/shardeum/validator-gui.git cd gui || exit if npm install && npm run build; then echo 'Dry run update successful'