diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-01-12 09:18:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-12 09:18:13 -0500 |
commit | 1236604d2ddd835ab8559cbf632481a8a21e9bea (patch) | |
tree | ae11140057e1698324d8c4d91dbd496f7cea45a6 /inventory/README.md | |
parent | e7c4a9410e88e2c18ba05fea067e5988f3b8ffa0 (diff) | |
parent | bc5633e9f96b0e36f34ac63205163394a8e1eae3 (diff) | |
download | openshift-1236604d2ddd835ab8559cbf632481a8a21e9bea.tar.gz openshift-1236604d2ddd835ab8559cbf632481a8a21e9bea.tar.bz2 openshift-1236604d2ddd835ab8559cbf632481a8a21e9bea.tar.xz openshift-1236604d2ddd835ab8559cbf632481a8a21e9bea.zip |
Merge pull request #3081 from lberk/master
Fix typo in inventory README.md
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/) |