Skip to content

Commit

Permalink
lint: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Mar 29, 2024
1 parent 284bcad commit 9672bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ "$NETWORK" = "goldberg" ]; then
echo "🤷 No configuration file set. This will be automatically generated at startup."
fi
touch $CONFIG
echo -e $CONFIG_PARAMS >> $CONFIG
echo -e $CONFIG_PARAMS >>$CONFIG
else
CONFIG="$config"
fi
Expand Down

0 comments on commit 9672bec

Please sign in to comment.