summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo b/repo
index 2af77ace..6d7ce42a 100755
--- a/repo
+++ b/repo
@@ -618,6 +618,7 @@ def _Init(args, gitc_init=False):
618 "REPO_URL set correctly?" % url, file=sys.stderr) 618 "REPO_URL set correctly?" % url, file=sys.stderr)
619 619
620 except CloneFailure: 620 except CloneFailure:
621 print('fatal: double check your --repo-rev setting.', file=sys.stderr)
621 if opt.quiet: 622 if opt.quiet:
622 print('fatal: repo init failed; run without --quiet to see why', 623 print('fatal: repo init failed; run without --quiet to see why',
623 file=sys.stderr) 624 file=sys.stderr)