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 3999af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scripts/env_format_lines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ 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+=("")
#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}"
Expand Down

0 comments on commit 3999af9

Please sign in to comment.