1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

Fix typo in docs/dev/dependencies.md

The file extension is .toml not .yaml
This commit is contained in:
Steven Hardy
2018-10-03 10:35:18 +00:00
parent 7e599f9e83
commit 384e45f01c

View File

@@ -38,7 +38,7 @@ dep:
To add a new dependency:
- Edit the `Gopkg.yaml` file to add your dependency.
- Edit the `Gopkg.toml` file to add your dependency.
- Ensure you add a `version` field for the tag or the `revision` field for commit id you want to pin to.
- Revendor the dependencies: