From 3e4cf488b12ebd181b14a929bb93135afa4d8d2a Mon Sep 17 00:00:00 2001 From: Rudhra Raveendran Date: Wed, 24 Dec 2025 13:32:52 -0500 Subject: [PATCH] Update directory path to use $HOME variable in plugin info script --- scripts/plugin-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/plugin-info.sh b/scripts/plugin-info.sh index 2a2feadb8..f1a79d902 100755 --- a/scripts/plugin-info.sh +++ b/scripts/plugin-info.sh @@ -2,7 +2,7 @@ # Adapted from a script provided by Jaynator495. # Make sure to place in home directory, chmod +x plugin-info.sh and then run with ./plugin-info.sh # Define the directory to scan -directory_to_scan="~/homebrew/plugins" +directory_to_scan="$HOME/homebrew/plugins" # Loop through each subdirectory (one level deep) for dir in "$directory_to_scan"/*/; do