Show More
@@ -53,6 +53,7 b' class GitTunnelWrapper(object):' | |||
|
53 | 53 | |
|
54 | 54 | scm_extras = self.server.update_environment(action=action, extras=extras) |
|
55 | 55 | |
|
56 | if action == "pull": | |
|
56 | 57 | hook_response = hooks.git_pre_pull(scm_extras) |
|
57 | 58 | pre_pull_messages = hook_response.output |
|
58 | 59 | sys.stdout.write(pre_pull_messages) |
General Comments 0
You need to be logged in to leave comments.
Login now