diff --git a/text/31_Git_Hooks/0_ Git_Hooks.markdown b/text/31_Git_Hooks/0_ Git_Hooks.markdown index e4104506..4bcfb893 100755 --- a/text/31_Git_Hooks/0_ Git_Hooks.markdown +++ b/text/31_Git_Hooks/0_ Git_Hooks.markdown @@ -199,7 +199,7 @@ This hook executes once for the receive operation. It takes no arguments, but for each ref to be updated it receives on standard input a line of the format: - SP SP LF + SP SP LF where `` is the old object name stored in the ref, `` is the new object name to be stored in the ref and