We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7464d75 commit 1084c3bCopy full SHA for 1084c3b
install-binary.sh
@@ -92,7 +92,7 @@ getDownloadURL() {
92
93
# Temporary dir
94
mkTempDir() {
95
- HELM_TMP="$(mktemp -d -t "${PROJECT_NAME}-XXXX")"
+ HELM_TMP="$(mktemp -d -t "${PROJECT_NAME}-XXXXXX")"
96
}
97
rmTempDir() {
98
if [ -d "${HELM_TMP:-/tmp/helm-diff-tmp}" ]; then
0 commit comments