Skip to content

Commit 065f9eb

Browse files
mindwmumoshu
authored andcommitted
Fix install when HELM_PATH contains a space (#138)
1 parent f5d745a commit 065f9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ fail_trap() {
118118
testVersion() {
119119
set +e
120120
echo "$PROJECT_NAME installed into $HELM_PLUGIN_PATH/$PROJECT_NAME"
121-
$HELM_PLUGIN_PATH/bin/diff -h
121+
"${HELM_PLUGIN_PATH}/bin/diff" -h
122122
set -e
123123
}
124124

0 commit comments

Comments
 (0)