Skip to content

Commit

Permalink
docs: fix typo in theila name
Browse files Browse the repository at this point in the history
Fixes typo of thelia -> theila

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
gwynforthewyn authored and frezbo committed Aug 6, 2022
1 parent 856beb2 commit 4fd676c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/content/v1.0/introduction/theila.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Theila is published as a single static binary compiled for various platforms and
You can download the correct binary for your system from the [releases](https://github.com/siderolabs/theila/releases) page, or use the following commands in your terminal.

```bash
curl -Lo /usr/local/bin/theila https://github.com/siderolabs/thelia/releases/download/{{< thelia_release >}}/thelia-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/theila https://github.com/siderolabs/theila/releases/download/{{< theila_release >}}/theila-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/theila
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/v1.1/introduction/theila.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Theila is published as a single static binary compiled for various platforms and
You can download the correct binary for your system from the [releases](https://github.com/siderolabs/theila/releases) page, or use the following commands in your terminal.

```bash
curl -Lo /usr/local/bin/theila https://github.com/siderolabs/thelia/releases/download/{{< thelia_release >}}/thelia-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/theila https://github.com/siderolabs/theila/releases/download/{{< theila_release >}}/theila-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/theila
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/v1.2/introduction/theila.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Theila is published as a single static binary compiled for various platforms and
You can download the correct binary for your system from the [releases](https://github.com/siderolabs/theila/releases) page, or use the following commands in your terminal.

```bash
curl -Lo /usr/local/bin/theila https://github.com/siderolabs/thelia/releases/download/{{< thelia_release >}}/thelia-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/theila https://github.com/siderolabs/theila/releases/download/{{< theila_release >}}/theila-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/theila
```

Expand Down

0 comments on commit 4fd676c

Please sign in to comment.