summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index e7239861..c910bd90 100755
--- a/repo
+++ b/repo
@@ -16,7 +16,7 @@ import os
16REPO_URL = os.environ.get('REPO_URL', None) 16REPO_URL = os.environ.get('REPO_URL', None)
17if not REPO_URL: 17if not REPO_URL:
18 REPO_URL = 'https://gerrit.googlesource.com/git-repo' 18 REPO_URL = 'https://gerrit.googlesource.com/git-repo'
19REPO_REV = 'stable' 19REPO_REV = 'repo-1'
20 20
21# Copyright (C) 2008 Google Inc. 21# Copyright (C) 2008 Google Inc.
22# 22#