aboutsummaryrefslogtreecommitdiff
path: root/v2/src/bin/category
diff options
context:
space:
mode:
Diffstat (limited to 'v2/src/bin/category')
-rwxr-xr-xv2/src/bin/category2
1 files changed, 1 insertions, 1 deletions
diff --git a/v2/src/bin/category b/v2/src/bin/category
index 2a2fdea..16eea0e 100755
--- a/v2/src/bin/category
+++ b/v2/src/bin/category
@@ -68,7 +68,7 @@ eval "$(assert_arg "$FILENAME" 'FILENAME')"
# shellcheck source=/dev/null
-. "${FILENAME%.md}.conf"
+. "${FILENAME%.*}.conf"
DIR="$(dirname "$FILENAME")"