Skip to content

Commit

Permalink
problem with the git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Barb Cutler authored and Barb Cutler committed Oct 22, 2023
1 parent e256cb2 commit 534c639
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install_analysistoolsts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ do

echo "clone or update ${repo}... "

# TEMPORARY - workaround due to problem with the git repository
# just delete the directory and start over
echo "removing ${dir}"
rm -rf "${dir}"
# TEMPORARY

if [ -d "${dir}" ]; then
echo "pulling changes ..."
# IF THE REPO ALREADY EXISTS...
Expand Down

0 comments on commit 534c639

Please sign in to comment.