From: Manpreet Singh Date: Sun, 10 Sep 2023 04:26:10 +0000 (-0700) Subject: Fix config path for aria2c in aria2.json X-Git-Tag: v0.2.0.2~28^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/f61862e0cecc0327fc2a19e444131c654522b0ff?ds=sidebyside Fix config path for aria2c in aria2.json --- diff --git a/programs/aria2.json b/programs/aria2.json index 1cb2248..998873c 100644 --- a/programs/aria2.json +++ b/programs/aria2.json @@ -7,9 +7,9 @@ "help": "Supported\n\nThe file $HOME/.aria2/dht.dat can be moved to $XDG_CACHE_HOME/aria2/dht.dat.\n" }, { - "path": "$HOME/.aria2/aria.conf", + "path": "$HOME/.aria2/aria2.conf", "movable": true, - "help": "Supported\n\nThe file $HOME/.aria2/aria.conf can be moved to $XDG_CONFIG_HOME/aria2/aria2.conf.\n" + "help": "Supported\n\nThe file $HOME/.aria2/aria2.conf can be moved to $XDG_CONFIG_HOME/aria2/aria2.conf.\n" } ] }