Skip to content

Commit

Permalink
Fix pluginInstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
crshnburn committed Mar 12, 2019
1 parent f1ff385 commit 3a49d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch": "tsc --watch",
"lint": "npx tslint -p ./tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1",
"pluginInstall": "zowe plugins install ./zosconnect-zowe-cli-$npm_package_version.tgz"
"pluginInstall": "zowe plugins install ./zosconnect-zosconnect-zowe-cli-$npm_package_version.tgz"
},
"keywords": [
"zowe",
Expand Down

0 comments on commit 3a49d33

Please sign in to comment.