Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelaboisson committed Aug 9, 2024
1 parent e82e32b commit 5349cf9
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 @@ -22,7 +22,7 @@ load_dir() {
# Replaces underscores with dots

# $2, is wether ot not to remap `_` to `.` in the key
if [[ "$2" == "true" ]]; then
if [ "$2" = true ]; then
KEY=$(echo "$FILENAME" | tr '_' '.')
fi

Expand Down

0 comments on commit 5349cf9

Please sign in to comment.