Skip to content

Commit

Permalink
fix: remote glpi prefix for commands
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 6, 2023
1 parent b798bf2 commit 651444a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/command/cleanticketscommand.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CleanTicketsCommand extends Command
{
protected function configure() {
$this
->setName('glpi:plugins:formcreator:clean_tickets')
->setName('plugins:formcreator:clean_tickets')
->setDescription("Clean Tickets having visible HTML tags in their content");
}

Expand Down
2 changes: 1 addition & 1 deletion inc/command/compilescsscommand.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class CompileScssCommand extends Command
protected function configure() {

$this
->setName('glpi:plugins:formcreator:scss')
->setName('plugins:formcreator:scss')
->setDescription("Compile SCSS");
}

Expand Down
2 changes: 1 addition & 1 deletion inc/command/syncissuescommand.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function configure() {
$table = PluginFormcreatorIssue::getTable();

$this
->setName('glpi:plugins:formcreator:syncissues')
->setName('plugins:formcreator:syncissues')
->setDescription("Rebuild `$table` table.");
}

Expand Down

0 comments on commit 651444a

Please sign in to comment.