Skip to content

Commit a33c1d7

Browse files
Merge pull request #43064 from stewartadam/patch-1
Remove reference to linux in filenames for macOS
2 parents c6b3a1f + 2167393 commit a33c1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/includes/servicemesh/linkerd/install-client-binary-macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl -sLO "https://github.com/linkerd/linkerd2/releases/download/$LINKERD_VERSIO
2020
The `linkerd` client binary runs on your client machine and allows you to interact with the Linkerd service mesh. Use the following commands to install the Linkerd `linkerd` client binary in a bash-based shell on MacOS. These commands copy the `linkerd` client binary to the standard user program location in your `PATH`.
2121

2222
```bash
23-
sudo cp ./linkerd2-cli-$LINKERD_VERSION-linux /usr/local/bin/linkerd
23+
sudo cp ./linkerd2-cli-$LINKERD_VERSION-darwin /usr/local/bin/linkerd
2424
sudo chmod +x /usr/local/bin/linkerd
2525
```
2626

@@ -34,4 +34,4 @@ source ~/completions/linkerd.bash
3434
# Source the bash completion file in your .bashrc so that the command-line completions
3535
# are permanently available in your shell
3636
echo "source ~/completions/linkerd.bash" >> ~/.bashrc
37-
```
37+
```

0 commit comments

Comments
 (0)