Skip to content

Commit b7aa6b9

Browse files
committed
Fix import to original repository
Probably not intended in: 65b6f42
1 parent e9bd6da commit b7aa6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/dmaj/docker-volume-netshare/netshare"
4+
"github.com/ContainX/docker-volume-netshare/netshare"
55
)
66

77
var VERSION string = ""

0 commit comments

Comments
 (0)