Skip to content

Commit e6730eb

Browse files
author
Matthew Fisher
committed
fix(docs): hotfix oneliner
`set -o pipefail` is an illegal option for /bin/sh. switch to /bin/bash
1 parent 4404e08 commit e6730eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ available in the [docs folder](https://github.com/deis/workflow/tree/master/docs
4242
If you want to retrieve the latest client dev build for OS X or Linux, download the client:
4343

4444
```console
45-
$ curl -sSL http://deis.io/deis-cli/install-v2-alpha.sh | sh
45+
$ curl -sSL http://deis.io/deis-cli/install-v2-alpha.sh | bash
4646
```
4747

4848
If you want to hack on a new feature, build the deis/workflow image and push it to a Docker

docs/src/using-deis/installing-the-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ with a Deis [Controller][]. You must install the client to use Deis.
88

99
Install the latest `deis` client for Linux or Mac OS X with:
1010

11-
$ curl -sSL http://deis.io/deis-cli/install-v2-alpha.sh | sh
11+
$ curl -sSL http://deis.io/deis-cli/install-v2-alpha.sh | bash
1212

1313
The installer puts `deis` in your current directory, but you should move it
1414
somewhere in your $PATH:

0 commit comments

Comments
 (0)