Skip to content

Commit

Permalink
shfmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
macwis committed Jan 23, 2024
1 parent 3726947 commit 4d9b8aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sbin/generate_secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fi

if [ "$GEN_JWT" = "true" ]; then
JWT=$(generate_jwt_secret)
echo $JWT > "$JWT_SECRET_PATH"
echo $JWT >"$JWT_SECRET_PATH"
fi

if [ "$L1_WAIT" = "true" ]; then
Expand Down
1 change: 0 additions & 1 deletion sbin/start_sp_geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ SBIN="$(
. $SBIN/utils/utils.sh
ROOT_DIR=$SBIN/..


# Check that the all required dotenv files exists.
reqdotenv "paths" ".paths.env"
reqdotenv "sp_geth" ".sp_geth.env"
Expand Down

0 comments on commit 4d9b8aa

Please sign in to comment.