changeset 150:03536656932a

typo; confusing, eh?
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 24 Jan 2011 18:28:12 -0800
parents 2a90789e2ba3
children 700693fad00a
files autobot/changes/poller.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/changes/poller.py	Mon Jan 24 18:27:16 2011 -0800
+++ b/autobot/changes/poller.py	Mon Jan 24 18:28:12 2011 -0800
@@ -113,7 +113,7 @@
         status = ""
         if not self.parent:
             status = "[STOPPED - check log]"
-        str = '%s watching the remote git repository %s, branch: %s %s' \
+        str = '%s watching the remote repository %s, branch: %s %s' \
                 % (self.name, self.repourl, self.branch, status)
         return str