From 2300ed08beac28307f9c88eaff7ecece7b037f54 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 11 Jan 2018 00:04:53 +0100 Subject: [PATCH] Update README Signed-off-by: Knut Ahlers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325ddee..86e7c3e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Lets say you do have a repository containing this `requirements.yml`: Now your CI system should update the version of `docker-compose` to `v1.0.1` and you don't want to fiddle with bash magic: ```bash -$ ansible-role-version docker-compose v1.0.1 +$ ansible-role-version set docker-compose v1.0.1 ``` And you're done!