summaryrefslogtreecommitdiffstats
path: root/vespaclient/src/perl/bin/GetClusterState.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient/src/perl/bin/GetClusterState.pl')
-rwxr-xr-xvespaclient/src/perl/bin/GetClusterState.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient/src/perl/bin/GetClusterState.pl b/vespaclient/src/perl/bin/GetClusterState.pl
index 23c2d350d4c..45af63c564c 100755
--- a/vespaclient/src/perl/bin/GetClusterState.pl
+++ b/vespaclient/src/perl/bin/GetClusterState.pl
@@ -63,12 +63,12 @@ my $VESPA_HOME = $ENV{'VESPA_HOME'};
# END perl environment bootstrap section
use lib $ENV{'VESPA_HOME'} . '/lib/perl5/site_perl';
+use lib $ENV{'VESPA_HOME'} . '/lib64/perl5/site_perl';
use Yahoo::Vespa::Defaults;
readConfFile();
use strict;
use warnings;
-use lib '$VESPA_HOME/lib/perl5/site_perl';
use Yahoo::Vespa::Bin::GetClusterState;