Skip to content

Commit

Permalink
Merge pull request #2067 from weaveworks/k8s-curl-redirections
Browse files Browse the repository at this point in the history
Follow redirections in curl when getting k8s resources
  • Loading branch information
peterbourgon authored Dec 7, 2016
2 parents 07aee0e + 78dd2f0 commit 90c29f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Allowable parameters for the launcher URL:

To download and read the Scope manifest run:

curl --silent --remote-name https://cloud.weave.works/launch/k8s/weavescope.yaml
curl --silent -L --remote-name https://cloud.weave.works/launch/k8s/weavescope.yaml

**Open Scope in Your Browser**

Expand Down

0 comments on commit 90c29f2

Please sign in to comment.