pull/1/head
Rui Carmo 2016-03-26 23:10:14 +00:00
rodzic a5cb0158cc
commit 51863dbfd6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@ def cleanup(ctx):
@piku.command("git-receive-pack")
@argument('app')
def receive(app):
"""Handle git pushes for an app, initializing the local repo if necessary"""
"""Handle git pushes for an app"""
app = sanitize_app_name(app)
hook_path = os.path.join(GIT_ROOT, app, 'hooks', 'post-receive')
if not os.path.exists(hook_path):