diff options
Diffstat (limited to 'extras/tools/add_switches.txt.pl')
-rwxr-xr-x | extras/tools/add_switches.txt.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/tools/add_switches.txt.pl b/extras/tools/add_switches.txt.pl index 635e356..b4f4ef2 100755 --- a/extras/tools/add_switches.txt.pl +++ b/extras/tools/add_switches.txt.pl @@ -8,7 +8,7 @@ use strict; use warnings; use Data::Dumper; -use lib '../include'; +use lib '/opt/gondul/include'; use JSON; use nms::util; |