Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/overlord:master commit in: overlord/
Date: Mon, 07 Feb 2011 03:10:29
Message-Id: 7d079e5058a83b809814a6585cf6bb876955c5f5.dol-sen@gentoo
1 commit: 7d079e5058a83b809814a6585cf6bb876955c5f5
2 Author: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 6 23:37:58 2011 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 6 23:37:58 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/overlord.git;a=commit;h=7d079e50
7
8 fix the incorrect command
9
10 ---
11 overlord/db.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/overlord/db.py b/overlord/db.py
15 index d54efa5..a65fe8c 100644
16 --- a/overlord/db.py
17 +++ b/overlord/db.py
18 @@ -247,7 +247,7 @@ class RemoteDB(DbBase):
19
20 # overrider
21 def _broken_catalog_hint(self):
22 - return 'Try running "sudo overlord -f" to re-fetch that file'
23 + return 'Try running "sudo lord -f" to re-fetch that file'
24
25 def cache(self):
26 '''