diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-03-18 23:47:19 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-03-18 23:47:19 +0900 |
commit | 714ed723a02701c9fbf60ee255347d2b64cf9551 (patch) | |
tree | e0b5e307c590053af6ae1d5cf2820ec1d8912eec /tools/pyang_plugins | |
parent | 9ba923766b93d66785bb410a7e8a68a3c33ee591 (diff) |
doc: fix typo
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r-- | tools/pyang_plugins/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pyang_plugins/README.rst b/tools/pyang_plugins/README.rst index fae7c71e..af859a38 100644 --- a/tools/pyang_plugins/README.rst +++ b/tools/pyang_plugins/README.rst @@ -18,6 +18,6 @@ How to use -p $YANG_DIR/public/release/models/bgp \ -p $YANG_DIR/public/release/models/policy \ -f golang $YANG_DIR/public/release/models/bgp/openconfig-bgp.yang \ - $YANG_DIR/public/release/modesl/policy/openconfig-routing-policy.yang \ + $YANG_DIR/public/release/models/policy/openconfig-routing-policy.yang \ $GOBGP_PATH/tools/pyang_plugins/gobgp.yang \ | gofmt > $GOBGP_PATH/config/bgp_configs.go |