Fix mismatched verb tense in test=True comments

This commit is contained in:
Erik Johnson 2015-08-17 12:34:39 -05:00
parent cc8a5b181e
commit 88aca43eda

View File

@ -741,7 +741,7 @@ def latest(name,
else:
msg += (
', but this update would not be made (and '
'the state will fail) if it is not a '
'the state would fail) if it is not a '
'fast-forward'
)
actions.append(msg)