Skip to content

Commit 3a49d33

Browse files
committed
Fix pluginInstall script
1 parent f1ff385 commit 3a49d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"watch": "tsc --watch",
1111
"lint": "npx tslint -p ./tsconfig.json",
1212
"test": "echo \"Error: no test specified\" && exit 1",
13-
"pluginInstall": "zowe plugins install ./zosconnect-zowe-cli-$npm_package_version.tgz"
13+
"pluginInstall": "zowe plugins install ./zosconnect-zosconnect-zowe-cli-$npm_package_version.tgz"
1414
},
1515
"keywords": [
1616
"zowe",

0 commit comments

Comments
 (0)