summaryrefslogtreecommitdiffstats
path: root/src/build/tools/pre-commit-actions
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools/pre-commit-actions')
-rwxr-xr-xsrc/build/tools/pre-commit-actions4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/tools/pre-commit-actions b/src/build/tools/pre-commit-actions
index fc2740bdd..d47dfff74 100755
--- a/src/build/tools/pre-commit-actions
+++ b/src/build/tools/pre-commit-actions
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -27,7 +27,7 @@
# This hook is used to add or update copyright prolog statements and run
# the code beautifier astyle.
-my $copyrightScript = "addCopyright.pl";
+my $copyrightScript = "addCopyright";
## Make up a list of all staged files ( --cached --name-only )
## Filter for only Added or Modified ( --diff-filter=AM )
OpenPOWER on IntegriCloud