summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinit-repository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-repository.py b/init-repository.py
index 795a2f4b0..8be4c980f 100755
--- a/init-repository.py
+++ b/init-repository.py
@@ -106,7 +106,7 @@ def addGerritRemote():
def installGitHooks():
os.chdir(qtwebengine_src)
- subprocess.call(['scp', '-p', 'codereview.qt-project.org:hooks/commit-msg', '.git/hooks'])
+ subprocess.call(['scp', '-p', '-P', '29418', 'codereview.qt-project.org:hooks/commit-msg', '.git/hooks'])
def applyPatches():
if use_external_chromium: