Skip to content

Commit b92b7f3

Browse files
author
Kingdon Barrett
committed
docs(workflow): fix install-v2.sh for teamhephy
1 parent 50024ef commit b92b7f3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/managing-workflow/upgrading-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ deis-workflow-manager-2654760652-kitf9 1/1 Running 0 5m
8383
Users of Deis Workflow should now upgrade their deis client to avoid getting `WARNING: Client and server API versions do not match. Please consider upgrading.` warnings.
8484

8585
```
86-
curl -sSL http://deis.io/deis-cli/install-v2.sh | bash && sudo mv deis $(which deis)
86+
curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.18.0 && sudo mv deis $(which deis)
8787
```
8888

8989

src/quickstart/install-cli-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use the CLI to create and configure and manage applications.
55

66
Install the latest `deis` client for Linux or Mac OS X with:
77

8-
$ curl -sSL http://deis.io/deis-cli/install-v2.sh | bash
8+
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.18.0
99

1010
The installer places the `deis` binary in your current directory, but you
1111
should move it somewhere in your $PATH:

src/roadmap/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ Kick off https://ci.teamhephy.info/job/workflow-cli-build-stable/ with the `TAG`
252252
and then verify `stable` artifacts are available and appropriately updated after the job completes:
253253

254254
```
255-
$ curl -sSL http://deis.io/deis-cli/install-v2.sh | bash
255+
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.18.0
256256
$ ./deis version
257-
# (Should show $WORKFLOW_RELEASE)
257+
# (Should show $WORKFLOW_RELEASE) # FIXME: builds of CLI should match the current Workflow release.)
258258
```
259259

260260
### Step 10: Let Everyone Know

src/users/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ with Deis Workflow.
77

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

10-
$ curl -sSL http://deis.io/deis-cli/install-v2.sh | bash
10+
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.18.0
1111

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

0 commit comments

Comments
 (0)