Skip to content

Commit

Permalink
fix: fixed variables in kapp
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <thomas.schuetz@dynatrace.com>
  • Loading branch information
Thomas Schuetz committed Mar 16, 2023
1 parent 3c975cc commit 5a8886a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can install the kapp CLI using the following command:
```bash
mkdir kapp-bin/
curl -L https://carvel.dev/install.sh | K14SIO_INSTALL_BIN_DIR=kapp-bin bash
export PATH=$PWD/local-bin/:$PATH
export PATH=$$PWD/local-bin/:$$PATH
kapp version
```

Expand Down

0 comments on commit 5a8886a

Please # to comment.