From 238ee9a19847ff6de272b9e0d2d86456ebf5c7dc Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 9 Nov 2017 12:27:35 -0500 Subject: [PATCH] fixed apps for checkins --- 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 88e4a1db..d97e1f52 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -23,7 +23,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then # add in any of my applications that are in the apps folder. if [ -d "$HOME/apps" ]; then # first, simple projects. - REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -type d) " + REPOSITORY_LIST+="$(find "$HOME/apps" -iname "avenger5" -type d) " # then, site avenger specific projects. REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 2 -mindepth 2 -iname "avenger5" -type d) " fi -- 2.34.1