From 7b9ad469a0d95ca4bd6f43d90e8d640f4839594e Mon Sep 17 00:00:00 2001 From: Clay Dugo Date: Sun, 23 Feb 2025 07:16:49 -0500 Subject: [PATCH] Add missing underscore to jupyter entry (#457) --- programs/jupyter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/jupyter.json b/programs/jupyter.json index 3ece1ea..642cfa1 100644 --- a/programs/jupyter.json +++ b/programs/jupyter.json @@ -3,7 +3,7 @@ { "path": "$HOME/.jupyter", "movable": true, - "help": "Supported by default.\n\nYou can move the directory to _$XDG_CONFIG_HOME/jupyter.\n" + "help": "Supported by default.\n\nYou can move the directory to _$XDG_CONFIG_HOME/jupyter_.\n" } ], "name": "jupyter" -- 2.47.3