fixing apps checkin for expected path
authorChris Koeritz <fred@gruntose.com>
Sun, 5 Nov 2017 00:20:14 +0000 (20:20 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 5 Nov 2017 00:20:14 +0000 (20:20 -0400)
scripts/customize/fred/fred_variables.sh

index 38c9a8f365d1ad63d9375a0da910f5ecc6bf0b5b..8402301dba566b8212f68893dec710841dd41b7b 100644 (file)
@@ -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.