Skip to content
Snippets Groups Projects
Unverified Commit ea96693f authored by Sam Yates's avatar Sam Yates Committed by GitHub
Browse files

Fix reference to old eth-cscs repo in comment. (#927)

Fixes #811.
parent deea36b5
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ function(check_git_submodule name path)
" git submodule init\n"
" git submodule update\n"
"Or download submodules recursively when checking out:\n"
" git clone --recursive https://github.com/eth-cscs/arbor.git\n"
" git clone --recursive https://github.com/arbor-sim/arbor.git\n"
)
# if the repository was not available, and git failed, set AVAIL to false
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment