Skip to content
forked from BOINC/boinc

Commit

Permalink
Test: repository was moved to BOINC org
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBeer committed Aug 30, 2018
1 parent 96be3f4 commit 2a9f2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/installTestSuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fi
if [ -d "$PREFIX" ]; then
echo "$PREFIX already exists. Will not clone but use it instead."
else
git clone https://github.com/TheAspens/boinc-server-test.git "${PREFIX}"
git clone https://github.com/BOINC/boinc-server-test.git "${PREFIX}"
if [ $? -ne 0 ]; then exit 1; fi
fi

Expand Down

0 comments on commit 2a9f2da

Please sign in to comment.