From f61862e0cecc0327fc2a19e444131c654522b0ff Mon Sep 17 00:00:00 2001 From: Manpreet Singh Date: Sat, 9 Sep 2023 21:26:10 -0700 Subject: [PATCH] Fix config path for aria2c in aria2.json --- programs/aria2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] } -- 2.47.3