Skip to content

Commit 1373a74

Browse files
authored
Move .env.example to the .defaults folder (#2355)
1 parent b6be80f commit 1373a74

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.includes/global_variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ declare -gx DEFAULT_INI_FILE="${DEFAULTS_FOLDER}/${APPLICATION_INI_NAME}"
5656

5757
declare -gx THEME_FILE_NAME="theme.ini"
5858

59-
declare -gx COMPOSE_ENV_DEFAULT_FILE="${SCRIPTPATH}/.env.example"
59+
declare -gx COMPOSE_ENV_DEFAULT_FILE="${DEFAULTS_FOLDER}/.env.example"
6060

6161
declare -gx COMPOSE_FOLDER
6262
declare -gx CONFIG_FOLDER

0 commit comments

Comments
 (0)