Skip to content

Commit 40294c3

Browse files
committed
fix: Missed library include in a7a3c21
1 parent 18bce41 commit 40294c3

File tree

1 file changed

+2
-0
lines changed
  • lib/GLPI/Agent/Task/Deploy/ActionProcessor/Action

1 file changed

+2
-0
lines changed

lib/GLPI/Agent/Task/Deploy/ActionProcessor/Action/Cmd.pm

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ use UNIVERSAL::require;
1010

1111
use English qw(-no_match_vars);
1212

13+
use GLPI::Agent::Tools;
14+
1315
sub _evaluateRet {
1416
my ($retChecks, $buf, $exitStatus) = @_;
1517

0 commit comments

Comments
 (0)