Skip to content

Commit

Permalink
updated aws_profile_generate_direnvs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Dec 1, 2024
1 parent 6dfa885 commit b4c5f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/aws_profile_generate_direnvs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ while read -r profile; do
EOF
"$srcdir/../data/ini_grep_section.sh" "profile $profile" "$config" >> "$subconfig"
sed -i '' -e '${/^$/d}' "$subconfig"
if ! [ -s "$subconfig" ]; then
die "Failed to generate $subconfig"
fi
Expand Down

0 comments on commit b4c5f6b

Please sign in to comment.