Skip to content

Commit

Permalink
fix shellcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Oct 28, 2024
1 parent e646e1c commit 5302199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_validator_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "CURRENT_VALIDATOR_VERSION=$CURRENT_VALIDATOR_VERSION"
echo "NEW_VALIDATOR_VERSION=$NEW_VALIDATOR_VERSION"
echo "HAS_VALIDATOR_CHANGED=$HAS_VALIDATOR_CHANGED"

if [ ! -z $GITHUB_ACTIONS ]; then
if [ -n "$GITHUB_ACTIONS" ]; then
echo "Running in github actions so saving vars"
{
echo "CURRENT_VALIDATOR_VERSION=$CURRENT_VALIDATOR_VERSION"
Expand Down

0 comments on commit 5302199

Please sign in to comment.