Skip to content

Commit b439c67

Browse files
authored
docs: include regular env file on wrap-up (#3523)
1 parent f97a5e2 commit b439c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/wrap-up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else
2020
echo "You're all done! Run the following command to get Sentry running:"
2121
echo ""
2222
if [[ "${_ENV}" =~ ".env.custom" ]]; then
23-
echo " $dc_base --env-file ${_ENV} up --wait"
23+
echo " $dc_base --env-file .env --env-file ${_ENV} up --wait"
2424
else
2525
echo " $dc_base up --wait"
2626
fi

0 commit comments

Comments
 (0)