task: Fix path separator in taskrc

Remove redundant path separator at end of data path.
This commit is contained in:
Marty Oehme 2025-03-08 19:32:50 +01:00
parent 3dd6e7b254
commit c30ad4ba4b
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -10,7 +10,7 @@
# Use the command 'task show' to see all defaults and overrides
# Files
data.location=$XDG_DATA_HOME/task/
data.location=$XDG_DATA_HOME/task
# disable case sensitivity
search.case.sensitive=no