Don't double up the yang/ directory name

This commit is contained in:
Philip Prindeville 2023-09-19 13:16:58 -06:00 committed by Olof Hagsand
parent 951aa71d56
commit c634ad886e

View file

@ -328,7 +328,7 @@ Some clixon tests rely on standard IETF YANG modules which you need to download.
To download the yang models required for some tests: To download the yang models required for some tests:
``` ```
cd /usr/local/share/yang cd /usr/local/share/
git clone https://github.com/YangModels/yang git clone https://github.com/YangModels/yang
``` ```