Skip to content

Commit ab61024

Browse files
committed
Changed tutorial repository
1 parent c77b34f commit ab61024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ else
9494
fi
9595
cp -R ./TestData/* tests/TestCases/
9696
if [ ! -z "$tutorialbranch" ]; then
97-
git clone --depth=1 -b $tutorialbranch https://github.com/su2code/su2code.github.io ./Tutorials
97+
git clone --depth=1 -b $tutorialbranch https://github.com/su2code/Tutorials ./Tutorials
9898
else
9999
if [ ! -d "src/Tutorials" ]; then
100100
echo "$PWD/src/Tutorials not found. Make sure to mount existing su2code/su2code.github.io repo or use -t to provide a branch to clone."

0 commit comments

Comments
 (0)