From 2764284d12fe0375a756e2b6cbe1a27ddc4dd4a1 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:29:16 -0400 Subject: [PATCH] Fix comment --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index b7947e8..b7fd696 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2406,7 +2406,7 @@ display_wiki() { # Delete the helper's config directory reset_helper() { if [ "$1" = "switchprefix" ]; then - # This gets called by the switch_prefix and install_wine functions + # This gets called by the switch_prefix and install_game_wine functions # We only want to delete configs related to the game path in order to target a different game install debug_print continue "Deleting $conf_dir/$conf_subdir/{$wine_conf,$game_conf}..." rm --interactive=never "${conf_dir:?}/$conf_subdir/"{"$wine_conf","$game_conf"}