Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 2d6315c76ff9831dc9ed77bd72f18eed519855f7..41bbb9800ecf68e8a24e5e9b0f9ce055009f8074 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -63,7 +63,7 @@ import watchlists |
__version__ = '2.0' |
COMMIT_BOT_EMAIL = 'commit-bot@chromium.org' |
-DEFAULT_SERVER = 'https://codereview.appspot.com' |
+DEFAULT_SERVER = 'https://codereview.chromium.org' |
POSTUPSTREAM_HOOK_PATTERN = '.git/hooks/post-cl-%s' |
DESCRIPTION_BACKUP_FILE = '~/.git_cl_description_backup' |
GIT_INSTRUCTIONS_URL = 'http://code.google.com/p/chromium/wiki/UsingGit' |