We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
-
:
- echo "https://github.com/kubeshop/testkube/releases/download/${version}/testkube_${version:1}_${os}_$arch.tar.gz" + echo "https://github.com/kubeshop/testkube/releases/download/${version}/testkube_${version:-1}_${os}_$arch.tar.gz"
❯ sh ./install.sh … ./install.sh: 46: Bad substitution
To Reproduce
❯ sh $ foo="123" $ echo "bar=${foo}" bar=123 $ echo "bar=${foo:1}" sh: 3: Bad substitution
Expected behavior
The parameter subsitution should happen
Version / Cluster
Screenshots If applicable, add CLI commands/output to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
fix(install): correct typo in parameter expansion for default value
3e892e5
fixes kubeshop#4229
Successfully merging a pull request may close this issue.
Describe the bug
-
dash after the:
column)To Reproduce
Expected behavior
The parameter subsitution should happen
Version / Cluster
What Kubernetes cluster?irrelevantWhat Kubernetes version?irrelevantScreenshots
If applicable, add CLI commands/output to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: