From 05f0e5120a31842a166a7159feeec442efc3a56f Mon Sep 17 00:00:00 2001 From: mjarkk Date: Wed, 31 Oct 2018 17:55:02 +0100 Subject: [PATCH] Fixed one text --- pkg/commands/git_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/git_test.go b/pkg/commands/git_test.go index a8b0d1ee0..41bee5078 100644 --- a/pkg/commands/git_test.go +++ b/pkg/commands/git_test.go @@ -247,7 +247,7 @@ func TestNewGitCommand(t *testing.T) { }, func(gitCmd *GitCommand, err error) { assert.Error(t, err) - assert.Regexp(t, `fatal: .ot a git repository ((\(or any of the parent directories \): \.git)|(\(or any parent up to mount point \/\)))`, err.Error()) + assert.Regexp(t, `fatal: .ot a git repository ((\(or any of the parent directories\): \.git)|(\(or any parent up to mount point \/\)))`, err.Error()) }, }, {