mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
docs: Fix typo in XDG news
This had XFG written in it, it's surely a typo of XDG since on the next line it's written correctly.
This commit is contained in:
parent
a09712d5d2
commit
01add8a34a
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ void CmdNews::version2_6_0 (std::vector<NewsItem>& items) {
|
|||
" hooks.location=$XDG_CONFIG_HOME/task/hooks/\n\n"
|
||||
" Solutions in the past required symlinks or more cumbersome configuration overrides.",
|
||||
" If you configure your data.location and hooks.location as above, ensure\n"
|
||||
" that the XFG_DATA_HOME and XDG_CONFIG_HOME environment variables are set,\n"
|
||||
" that the XDG_DATA_HOME and XDG_CONFIG_HOME environment variables are set,\n"
|
||||
" otherwise they're going to expand to empty string. Alternatively you can\n"
|
||||
" hardcode the desired paths on your system."
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue