diff --git a/rhodecode/config/pre_receive_tmpl.py b/rhodecode/config/pre_receive_tmpl.py --- a/rhodecode/config/pre_receive_tmpl.py +++ b/rhodecode/config/pre_receive_tmpl.py @@ -16,7 +16,7 @@ def main(): # rhodecode sys.exit(0) - repo_path = os.path.abspath('.') + repo_path = os.path.abspath('.') push_data = sys.stdin.read().strip().split(' ') # os.environ is modified here by a subprocess call that # runs git and later git executes this hook. @@ -26,4 +26,4 @@ def main(): sys.exit(0) if __name__ == '__main__': - main() \ No newline at end of file + main()