Skip to content

Commit 2861e5e

Browse files
committed
fix(test): add missing path/filepath import in install_test.go
1 parent 711ccd6 commit 2861e5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/6.install_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package cmd
66
import (
77
"bytes"
88
"os"
9+
"path/filepath"
910
"testing"
1011
"time"
1112

0 commit comments

Comments
 (0)