From d94a1ed53bd81896cfc40ad40bf6b7ea28a8de70 Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Tue, 4 Feb 2020 18:11:18 -0800 Subject: [PATCH] fix linter --- pkg/commands/copy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/copy_test.go b/pkg/commands/copy_test.go index 9331b4e69..702591a8f 100755 --- a/pkg/commands/copy_test.go +++ b/pkg/commands/copy_test.go @@ -413,7 +413,7 @@ func TestGetUserGroup(t *testing.T) { { description: "empty chown string", mock: func(c string, t bool) (uint32, uint32, error) { - return 0, 0, fmt.Errorf("should not be called.") + return 0, 0, fmt.Errorf("should not be called") }, expectedU: -1, expectedG: -1,