Skip to content

Commit 534c639

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install_analysistoolsts.sh

+6
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)