diff options
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,9 +47,9 @@ else if [ -d ~/python-testing-utils ] then cd python-testing-utils - git pull origin master + git pull origin dublin else - git clone https://gerrit.onap.org/r/testsuite/python-testing-utils.git + git clone -b dublin https://gerrit.onap.org/r/testsuite/python-testing-utils.git cd python-testing-utils fi fi |