Skip to content

Commit 9672bec

Browse files
committed
lint: run lint
1 parent 284bcad commit 9672bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

availup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if [ "$NETWORK" = "goldberg" ]; then
7676
echo "🤷 No configuration file set. This will be automatically generated at startup."
7777
fi
7878
touch $CONFIG
79-
echo -e $CONFIG_PARAMS >> $CONFIG
79+
echo -e $CONFIG_PARAMS >>$CONFIG
8080
else
8181
CONFIG="$config"
8282
fi

0 commit comments

Comments
 (0)