Skip to content

Commit 75e2136

Browse files
authored
Fix reference to fork
1 parent bf4f923 commit 75e2136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ All steps are performed as `root`:
3636

3737
1. Clone the git repository and `cd` into it:
3838

39-
[root@client ~ ] $ git clone https://github.com/brianhlin/osg-test.git
39+
[root@client ~ ] $ git clone https://github.com/opensciencegrid/osg-test.git
4040
[root@client ~ ] $ cd osg-test
4141

4242
2. Bootstrap the test system using the `osg-testing` yum repository. The `osg release` is required as the first argument and takes the form of `<major version>.<minor version>` e.g. `3.2`. To get `osg-test` from the `osg-development` Yum repository, replace the second argument with `development`; to get `osg-test` from the production repository, omit the second argument. This step makes sure that both the EPEL and OSG repositories are available, then installs and verifies the `osg-test` package itself.

0 commit comments

Comments
 (0)