Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelaboisson committed Apr 30, 2024
1 parent 3f17bcb commit cd36fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ load_dir() {

# Removes the application.$application_name prefix if it exists
if [[ "$KEY" == "$APPLICATION_NAME."* ]]; then
KEY=${KEY#"$APPLICATION_NAME."}
KEY=${KEY#$APPLICATION_NAME.}
fi

# Removes the .terraform suffix if it exists
Expand Down

0 comments on commit cd36fb1

Please sign in to comment.