diff options
Diffstat (limited to 'extras/tools')
-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 b4f4ef2..0ec38b1 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 '/opt/gondul/include'; +use lib '/home/tech/gondul/include'; use JSON; use nms::util; |