From 5fd6f2cff4cae749812cebff2d0e4c6a842c12ee Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 31 May 2017 14:36:28 -0400 Subject: [PATCH] muffed the folder name in repo list --- 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 4bbe66fb..fcca5081 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -17,7 +17,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then # add a bunch of folders to the list for checkin & checkout. these are # definitely personal, and some of them are fairly dated (the yeti and # hoople folders, for example). - REPOSITORY_LIST+="cloud ebooks web projects/web_work" + REPOSITORY_LIST+="cloud ebooks web projects/webwork" # point to our local certificate for ssh usage. export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge" -- 2.34.1