Skip to content

Commit

Permalink
Fixed a missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Jul 22, 2020
1 parent e37c3ac commit d78e600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/modules/disable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default class ModulesEnable extends Command {
flags.jahiaToolsPassword,
flags.jahiaAdminUrl + '/modules/tools/groovyConsole.jsp?',
groovyScript,
null,
);
if (submitForm === false) {
console.log(
Expand Down
1 change: 1 addition & 0 deletions src/commands/modules/enable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default class ModulesEnable extends Command {
flags.jahiaToolsPassword,
flags.jahiaAdminUrl + '/modules/tools/groovyConsole.jsp?',
groovyScript,
null,
);
if (submitForm === false) {
console.log(
Expand Down

0 comments on commit d78e600

Please sign in to comment.