summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-02 21:06:22 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-02 21:06:22 +0000
commit405030636be62c5c9be6332acf8cd29f961ba4bb (patch)
tree9b2fd247f055faac03d45e510eaff9c7731ce177
parentBug #307021 - Show "Please fix" message in red instead of turquoise when (diff)
downloadportage-multirepo-405030636be62c5c9be6332acf8cd29f961ba4bb.tar.gz
portage-multirepo-405030636be62c5c9be6332acf8cd29f961ba4bb.tar.bz2
portage-multirepo-405030636be62c5c9be6332acf8cd29f961ba4bb.zip
Another turquoise -> red. (trunk r15472)
svn path=/main/branches/2.1.7/; revision=15681
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 79a0cccf..ac6f9519 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1963,7 +1963,7 @@ else:
elif dofail:
if options.force and not can_force:
print(bad("The --force option has been disabled due to extraordinary issues."))
- print(turquoise("Please fix these important QA issues first."))
+ print(bad("Please fix these important QA issues first."))
print(green("RepoMan sez:"),"\"Make your QA payment on time and you'll never see the likes of me.\"\n")
sys.exit(1)