Skip to content

Commit

Permalink
Update env_format_lines.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CLHatch committed Feb 18, 2025
1 parent 4c15711 commit 51afc6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .scripts/env_format_lines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ env_format_lines() {
done
CURRENT_ENV_LINES=("${CURRENT_ENV_LINES[@]-}")
if [[ -n ${CURRENT_ENV_LINES[*]} ]]; then
if [[ ${TOP_SECTION} == true ]]; then
# Add a blank if there was a previous section
FORMATTED_ENV_LINES+=("")
fi
#if [[ ${TOP_SECTION} == true ]]; then
# # Add a blank if there was a previous section
# FORMATTED_ENV_LINES+=("")
#fi
# Add the "User Defined" heading
local HEADING_TITLE="${APPNAME}"
HEADING_TITLE+=" (User Defined)"
Expand Down

0 comments on commit 51afc6b

Please sign in to comment.