Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed May 21, 2024
1 parent 225d21a commit 1e036fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/localnet/scripts/start-upgrade-orchestrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [[ $(hostname) != "zetacore0" ]]; then
fi

# get new zetacored version
curl -o /tmp/zetacored.new "${ZETACORED_URL}"
curl -L -o /tmp/zetacored.new "${ZETACORED_URL}"
chmod +x /tmp/zetacored.new
UPGRADE_NAME=$(/tmp/zetacored.new version)

Expand Down

0 comments on commit 1e036fc

Please sign in to comment.