Skip to content

Commit 9857ccd

Browse files
committed
Fix lit error
Actual error "badCall: suspicious Join on 1 argument (gocritic) cmdDir = filepath.Join("../cmd") " Signed-off-by: Yevhen Vydolob <[email protected]>
1 parent 2d03dc6 commit 9857ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-vfkit/vfkit_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func init() {
5757
privateKeyFile = filepath.Join(tmpDir, "id_test")
5858
publicKeyFile = privateKeyFile + ".pub"
5959
ignFile = filepath.Join(tmpDir, "test.ign")
60-
cmdDir = filepath.Join("../cmd")
60+
cmdDir = "../cmd"
6161
}
6262

6363
var _ = ginkgo.BeforeSuite(func() {

0 commit comments

Comments
 (0)