Skip to content

Commit

Permalink
remove needless &&
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed May 25, 2018
1 parent 34825ef commit 11ba749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ If installing Tiller is not an option, you can locally generate the Kubernetes c

```
mkdir -p generated
wget https://github.com/sourcegraph/datacenter/archive/latest.tar.gz && helm template -f values.yaml latest.tar.gz --output-dir=generated
wget https://github.com/sourcegraph/datacenter/archive/latest.tar.gz
helm template -f values.yaml latest.tar.gz --output-dir=generated
kubectl apply -R -f generated/sourcegraph/templates
```

Expand Down

0 comments on commit 11ba749

Please sign in to comment.