Skip to content

Commit

Permalink
Testnet2 scripts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artem.makhortov committed Dec 7, 2021
1 parent cb3229d commit 537feaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ while :
do
echo "Checking for updates..."
git stash
STATUS=$(git pull)
STATUS=$(git pull origin testnet2)

echo "Running the node..."

Expand Down
2 changes: 1 addition & 1 deletion run-miner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ while :
do
echo "Checking for updates..."
git stash
STATUS=$(git pull)
STATUS=$(git pull origin testnet2)

echo "Running the node..."

Expand Down

0 comments on commit 537feaf

Please sign in to comment.