From 1bb4b1a1382f7d8480302eb551a1c9e03ec9450d Mon Sep 17 00:00:00 2001 From: Jason Pitman Date: Tue, 19 May 2020 11:46:13 -0500 Subject: [PATCH] Update config.sh --- backup/archive_repos/_lib/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/archive_repos/_lib/config.sh b/backup/archive_repos/_lib/config.sh index 6720833..158d5e6 100755 --- a/backup/archive_repos/_lib/config.sh +++ b/backup/archive_repos/_lib/config.sh @@ -13,7 +13,7 @@ base_dir="$HOME/Desktop/repo_archive" source_repo_dir="repos" output_dir="archive" repo_list="${base_dir}/_src/repo_list.txt" -storage_dir="/Volumes/Dump/Backups/ff4500/github" +storage_dir="/Volumes/Dump/Backups/BaM/github" # Other config things # ------------------------------------------------------------------------------