From 75abfb8204f4e62aa67d6343d9af3aa930102cc4 Mon Sep 17 00:00:00 2001 From: Phillip Heller Date: Mon, 13 Jun 2022 11:09:58 -0600 Subject: [PATCH] Update README.md https://github.com/YangModels/yang default branch appears to be named "main", not "master" --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index a5aa2eed..51729bf4 100644 --- a/test/README.md +++ b/test/README.md @@ -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