summaryrefslogtreecommitdiffstats
path: root/src/tools/utils/sbeGitTool.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/utils/sbeGitTool.pl')
-rwxr-xr-xsrc/tools/utils/sbeGitTool.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/utils/sbeGitTool.pl b/src/tools/utils/sbeGitTool.pl
index 9ffd4b2b..120a906e 100755
--- a/src/tools/utils/sbeGitTool.pl
+++ b/src/tools/utils/sbeGitTool.pl
@@ -7,6 +7,7 @@
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
+# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -25,7 +26,7 @@
use strict;
#use lib "$ENV{'PERLMODULES'}";
-use lib "src/tools/utils/perl.modules";
+use lib "src/tools/utils/modules";
use Getopt::Long qw(:config pass_through);
use Data::Dumper;
use Cwd;
OpenPOWER on IntegriCloud