Skip to content

Commit eadb358

Browse files
committed
chore: precommit
1 parent eb55acc commit eadb358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _unit-test/merge-env-file-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This is a test file for a part of `_lib.sh`, where we read `.env.custom` file if there is one.
44
# We only want to give very minimal value to the `.env.custom` file, and expect that it would
55
# be merged with the original `.env` file, with the `.env.custom` file taking precedence.
6-
cat <<EOF > .env.custom
6+
cat <<EOF >.env.custom
77
SENTRY_EVENT_RETENTION_DAYS=10
88
EOF
99

0 commit comments

Comments
 (0)