Skip to content

Commit 534c639

Browse files
Barb CutlerBarb Cutler
authored andcommitted
problem with the git repository
1 parent e256cb2 commit 534c639

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

install_analysistoolsts.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ do
4040

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

43+
# TEMPORARY - workaround due to problem with the git repository
44+
# just delete the directory and start over
45+
echo "removing ${dir}"
46+
rm -rf "${dir}"
47+
# TEMPORARY
48+
4349
if [ -d "${dir}" ]; then
4450
echo "pulling changes ..."
4551
# IF THE REPO ALREADY EXISTS...

0 commit comments

Comments
 (0)