Skip to content

Commit

Permalink
fix pluginDef.pluginLifeCycle
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
Amber Torrise committed Mar 14, 2024
1 parent 9a2f0b4 commit 686d4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pluginDef.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ProfileConstants } from "./api/ProfileConstants";
const pluginDef: IImperativeConfig = {
commandModuleGlobs: ["**/cli/*/*.definition!(.d).*s"],
pluginSummary: "Zowe CLI sample plug-in",
pluginLifeCycle: "LifeCycleForSample",
pluginLifeCycle: __dirname + "/LifeCycleForSample",
pluginAliases: ["zcsp"],
rootCommandDescription: "Welcome to the sample plug-in for Zowe CLI!\n\n The sample plug-in " +
"(& CLI) follows the Zowe CLI command syntax 'zowe [group] [action] [object] [options]'. " +
Expand Down

0 comments on commit 686d4db

Please sign in to comment.