diff options
Diffstat (limited to 'components/binary_hooks')
-rwxr-xr-x | components/binary_hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/binary_hooks b/components/binary_hooks index cea8903f4..7dc7b19bf 100755 --- a/components/binary_hooks +++ b/components/binary_hooks @@ -41,7 +41,7 @@ def main(): # --verbose verbose = args.verbose - ## Executing hooks + ## Calling binary hooks # stagefile if os.path.isfile('.build/binary_hooks'): |