From 9765f1bc3bdc6157cabb42f3d340134191771273 Mon Sep 17 00:00:00 2001 From: Chris Freels Date: Wed, 24 Apr 2024 13:08:13 -0500 Subject: [PATCH] specify gui dr when cloning in update --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a9a90a3..57ec384 100755 --- a/update.sh +++ b/update.sh @@ -26,7 +26,7 @@ dry_run() { rm -rf tmp mkdir tmp cd tmp || exit - git clone https://github.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'