From 40caaa3968d1a9668c2b25ef073eb649394c6943 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 4 Nov 2017 20:20:14 -0400 Subject: [PATCH] fixing apps checkin for expected path --- scripts/customize/fred/fred_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 38c9a8f3..8402301d 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -22,7 +22,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then fi # add in any of my applications that are in the apps folder. if [ -d "$HOME/apps" ]; then - REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -type d)" + REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -iname "avenger5" -type d)" fi # adds our locally relevant archive folders into the list to be synched. -- 2.34.1