aboutsummaryrefslogtreecommitdiffstats
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 a60433cc391..385ae6cca89 100755
--- a/vespaclient/src/perl/bin/GetClusterState.pl
+++ b/vespaclient/src/perl/bin/GetClusterState.pl
@@ -75,7 +75,7 @@ BEGIN {
}
my $VESPA_HOME = $ENV{'VESPA_HOME'};
-use lib $VESPA_HOME . "/lib/perl5/site_perl";
+use lib $ENV{'VESPA_HOME'} . "/lib/perl5/site_perl";
# END perl environment bootstrap section