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 de81c7d commit b407b12Copy full SHA for b407b12
scripts/install.sh
@@ -22,7 +22,7 @@ fi
22
# Upgrade pip and install package
23
echo "Installing dependencies..."
24
"$HELM_PLUGIN_DIR/venv/bin/pip" install --upgrade pip
25
-"$HELM_PLUGIN_DIR/venv/bin/pip" install -e . || {
+"$HELM_PLUGIN_DIR/venv/bin/pip" install -e $HELM_PLUGIN_DIR || {
26
echo "Error: Failed to install package dependencies"
27
exit 1
28
}
0 commit comments