Add prefix of git to env-shared project.

This commit is contained in:
2026-05-06 09:28:08 -07:00
parent 07ca4beacf
commit 65bdce1a8c

View File

@@ -84,7 +84,7 @@ fi
echo -e "\n`date` - env-shared" echo -e "\n`date` - env-shared"
env_shared_dir="$HOME/.env-shared" env_shared_dir="$HOME/.git-env-shared"
if [[ ! -d "$env_shared_dir" ]]; then if [[ ! -d "$env_shared_dir" ]]; then
echo -e "`date` - Not installed, downloading." echo -e "`date` - Not installed, downloading."
if [[ -z "$BRANCH" ]]; then if [[ -z "$BRANCH" ]]; then