diff options
author | Lukas Berk <lberk@redhat.com> | 2017-01-12 09:02:43 -0500 |
---|---|---|
committer | Lukas Berk <lberk@redhat.com> | 2017-01-12 09:02:43 -0500 |
commit | bc5633e9f96b0e36f34ac63205163394a8e1eae3 (patch) | |
tree | ae11140057e1698324d8c4d91dbd496f7cea45a6 /inventory/README.md | |
parent | e7c4a9410e88e2c18ba05fea067e5988f3b8ffa0 (diff) | |
download | openshift-bc5633e9f96b0e36f34ac63205163394a8e1eae3.tar.gz openshift-bc5633e9f96b0e36f34ac63205163394a8e1eae3.tar.bz2 openshift-bc5633e9f96b0e36f34ac63205163394a8e1eae3.tar.xz openshift-bc5633e9f96b0e36f34ac63205163394a8e1eae3.zip |
Fix typo in inventory README.md
libviert -> libvirt
Diffstat (limited to 'inventory/README.md')
-rw-r--r-- | inventory/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/README.md b/inventory/README.md index b8edfcbb0..b61bfff18 100644 --- a/inventory/README.md +++ b/inventory/README.md @@ -5,5 +5,5 @@ You can install OpenShift on: * [Amazon Web Services](aws/hosts/) * [BYO](byo/) (Bring your own), use this inventory config file to install OpenShift on your bare metal servers * [GCE](gce/) (Google Compute Engine) -* [libvirt](libviert/hosts/) +* [libvirt](libvirt/hosts/) * [OpenStack](openstack/hosts/) |