Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comment in docs #4035

Merged
merged 2 commits into from Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/en/docs-dev/quickstart/_index.md
Expand Up @@ -21,8 +21,8 @@ Note: It's not required to install the PipeCD control plane to the cluster where
The official PipeCD client named `pipectl` can be installed using the following command

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

Then make the pipectl binary executable
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs-dev/user-guide/command-line-tool.md
Expand Up @@ -19,8 +19,8 @@ You can use pipectl to add and sync applications, wait for a deployment status.
Run the following script:

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

2. Make the pipectl binary executable.
Expand Down
Expand Up @@ -19,8 +19,8 @@ You can use pipectl to add and sync applications, wait for a deployment status.
Run the following script:

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

2. Make the pipectl binary executable.
Expand Down
Expand Up @@ -19,8 +19,8 @@ You can use pipectl to add and sync applications, wait for a deployment status.
Run the following script:

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

2. Make the pipectl binary executable.
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs-v0.38.x/quickstart/_index.md
Expand Up @@ -19,8 +19,8 @@ Note: It's not required to install the PipeCD control plane to the cluster where
The official PipeCD client named `pipectl` can be installed using the following command

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

Then make the pipectl binary executable
Expand Down
Expand Up @@ -19,8 +19,8 @@ You can use pipectl to add and sync applications, wait for a deployment status.
Run the following script:

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

2. Make the pipectl binary executable.
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs-v0.39.x/quickstart/_index.md
Expand Up @@ -21,8 +21,8 @@ Note: It's not required to install the PipeCD control plane to the cluster where
The official PipeCD client named `pipectl` can be installed using the following command

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

Then make the pipectl binary executable
Expand Down
Expand Up @@ -19,8 +19,8 @@ You can use pipectl to add and sync applications, wait for a deployment status.
Run the following script:

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

2. Make the pipectl binary executable.
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs-v0.40.x/quickstart/_index.md
Expand Up @@ -21,8 +21,8 @@ Note: It's not required to install the PipeCD control plane to the cluster where
The official PipeCD client named `pipectl` can be installed using the following command

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

Then make the pipectl binary executable
Expand Down
Expand Up @@ -19,8 +19,8 @@ You can use pipectl to add and sync applications, wait for a deployment status.
Run the following script:

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

2. Make the pipectl binary executable.
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs/quickstart/_index.md
Expand Up @@ -21,8 +21,8 @@ Note: It's not required to install the PipeCD control plane to the cluster where
The official PipeCD client named `pipectl` can be installed using the following command

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

Then make the pipectl binary executable
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs/user-guide/command-line-tool.md
Expand Up @@ -19,8 +19,8 @@ You can use pipectl to add and sync applications, wait for a deployment status.
Run the following script:

``` console
OS="darwin" # or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_${OS}_amd64
# OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/{{< blocks/latest_version >}}/pipectl_{{< blocks/latest_version >}}_{OS}_amd64
```

2. Make the pipectl binary executable.
Expand Down