Skip to content

Commit 651444a

Browse files
committed
fix: remote glpi prefix for commands
1 parent b798bf2 commit 651444a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

inc/command/cleanticketscommand.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CleanTicketsCommand extends Command
4343
{
4444
protected function configure() {
4545
$this
46-
->setName('glpi:plugins:formcreator:clean_tickets')
46+
->setName('plugins:formcreator:clean_tickets')
4747
->setDescription("Clean Tickets having visible HTML tags in their content");
4848
}
4949

inc/command/compilescsscommand.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class CompileScssCommand extends Command
5353
protected function configure() {
5454

5555
$this
56-
->setName('glpi:plugins:formcreator:scss')
56+
->setName('plugins:formcreator:scss')
5757
->setDescription("Compile SCSS");
5858
}
5959

inc/command/syncissuescommand.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function configure() {
4242
$table = PluginFormcreatorIssue::getTable();
4343

4444
$this
45-
->setName('glpi:plugins:formcreator:syncissues')
45+
->setName('plugins:formcreator:syncissues')
4646
->setDescription("Rebuild `$table` table.");
4747
}
4848

0 commit comments

Comments
 (0)