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 fe225af commit 4b2575b
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 @@ -23,7 +23,7 @@ load_dir() {
fi

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

Expand Down

0 comments on commit 4b2575b

Please sign in to comment.