Skip to content

Commit d201228

Browse files
committed
Update plugin.yaml with proper path + update command
1 parent cff6831 commit d201228

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ usage: "helm set-status <RELEASE_NAME>"
55
description: |-
66
Manually set the status of a helm release
77
ignoreFlags: false
8-
command: "$HELM_PLUGIN_DIR/helm-set-status"
8+
command: "$HELM_PLUGIN_DIR/bin/helm-set-status"
99
hooks:
1010
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
11+
update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh -u"

0 commit comments

Comments
 (0)