Skip to content

Commit

Permalink
SYS-129 github migration (#5)
Browse files Browse the repository at this point in the history
* sys-129-dashboard-github-migration

* specify gui dr when cloning in update
  • Loading branch information
chrypnotoad authored Apr 26, 2024
1 parent 21b888e commit 18dea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 gui
cd gui || exit
if npm install && npm run build; then
echo 'Dry run update successful'
Expand Down

0 comments on commit 18dea20

Please sign in to comment.