Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
earthmant committed Aug 10, 2017
1 parent 747c93c commit 1c1021c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You will need a *Cloudify Manager* running in either AWS, Azure, or Openstack. T

```shell
$ cfy install \
https://github.com/cloudify-examples/simple-kubernetes-blueprint/archive/4.1.1.1.zip \
https://github.com/cloudify-examples/simple-kubernetes-blueprint/archive/4.1.1.zip \
-b k8s \
-n aws-blueprint.yaml
```
Expand All @@ -82,7 +82,7 @@ $ cfy install \

```shell
$ cfy install \
https://github.com/cloudify-examples/simple-kubernetes-blueprint/archive/4.1.1.1.zip \
https://github.com/cloudify-examples/simple-kubernetes-blueprint/archive/4.1.1.zip \
-b k8s \
-n azure-blueprint.yaml
```
Expand All @@ -92,7 +92,7 @@ $ cfy install \

```shell
$ cfy install \
https://github.com/cloudify-examples/simple-kubernetes-blueprint/archive/4.1.1.1.zip \
https://github.com/cloudify-examples/simple-kubernetes-blueprint/archive/4.1.1.zip \
-b k8s \
-n openstack-blueprint.yaml
```
Expand All @@ -102,7 +102,7 @@ You should see something like this when you execute the command:

```shell
$ cfy install \
https://github.com/cloudify-examples/simple-kubernetes-blueprint/archive/4.1.1.1.zip \
https://github.com/cloudify-examples/simple-kubernetes-blueprint/archive/4.1.1.zip \
-b k8s \
-n aws-blueprint.yaml
Uploading blueprint simple-kubernetes-blueprint/aws-blueprint.yaml...
Expand Down

0 comments on commit 1c1021c

Please sign in to comment.