Fix the Bash script

This commit is contained in:
M. Mert Yildiran
2023-05-24 04:18:27 +03:00
parent d44674fe86
commit 2fb83c3642

View File

@@ -1,6 +1,6 @@
#!/bin/bash
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
__dir="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
helm repo add jetstack https://charts.jetstack.io
helm repo update