diff --git a/extra/mason/git/git.factor b/extra/mason/git/git.factor index 9aeeda8268..de83f8b094 100644 --- a/extra/mason/git/git.factor +++ b/extra/mason/git/git.factor @@ -47,7 +47,7 @@ IN: mason.git : git-pull-failed ( error -- ) dup output-process-error? [ - dup output>> "not uptodate. Cannot merge." swap start + dup output>> "not uptodate. Cannot merge." swap subseq? [ git-repo-corrupted ] [ rethrow ] if