From 65ba913781949b87f4b7883dfebb0910191bca6d Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 14 May 2018 14:00:31 +1200 Subject: [PATCH] Fix doc newline --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 45b9abb..9c23090 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ A role to allow modification to container images built for the TripleO project. | `source_image` | `[undefined]` | See modify image variables | | `modified_append_tag` | `date +-modified-%Y%m%d%H%M%S` | See modify image variables | | `target_image` | `''` | See modify image variables | -| `update_repo` | `''` | If set, packages from this repo will be updated. Other -repos will only be used for dependencies of these updates.| +| `update_repo` | `''` | If set, packages from this repo will be updated. Other repos will only be used for dependencies of these updates.| | `yum_repos_dir_path` | `None` | Optional path of directory to be used as `/etc/yum.repos.d` during the update | | `compare_host_packages` | `False` | If `True`, skip yum update when package versions match host package versions |