Skip to content

Commit

Permalink
chore(scripts): fix shellcheck warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hrls committed Oct 8, 2024
1 parent bcaae34 commit 4bc7cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_validator_node.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ fi

echo -n "Fetching release info... "
release_version=$(mktemp)
curl -Ls https://api.github.com/repos/Atleta-network/atleta/releases/latest -o $release_version
echo "OK ($(jq -r .name < $release_version))"
curl -Ls https://api.github.com/repos/Atleta-network/atleta/releases/latest -o "$release_version"
echo "OK ($(jq -r .name < "$release_version"))"

echo "All required dependencies are installed."

Expand Down

0 comments on commit 4bc7cf2

Please sign in to comment.