]> git.lizzy.rs Git - micro.git/blobdiff - internal/shell/shell.go
Fix v2 import path for go mod
[micro.git] / internal / shell / shell.go
index 53bf67ce4215616b9ef3ba188baf84fe1d9de5d9..f5871c794d9c7115e5149105edcb5be3c1d81d22 100644 (file)
@@ -11,7 +11,7 @@ import (
        "strings"
 
        shellquote "github.com/kballard/go-shellquote"
-       "github.com/zyedidia/micro/internal/screen"
+       "github.com/zyedidia/micro/v2/internal/screen"
 )
 
 // ExecCommand executes a command using exec