Merge pull request #336 from pheller/fix-test-readme

Update README.md
This commit is contained in:
Olof Hagsand 2022-06-14 09:46:43 +02:00 committed by GitHub
commit 7c22021242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ To download the openconfig and yang models required for the tests:
git config core.sparseCheckout true
echo "standard/" >> .git/info/sparse-checkout
echo "experimental/" >> .git/info/sparse-checkout
git pull origin master
git pull origin main
```
## Continuous Integration