Skip to content

Commit 887f53e

Browse files
committed
Fixed local package name
1 parent 8ba820d commit 887f53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netshare/netshare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"syscall"
99
"context"
1010

11-
"github.com/jakirpatel/docker-volume-netshare/drivers"
11+
"github.com/jakirpatel/docker-volume-netshare/netshare/drivers"
1212
log "github.com/sirupsen/logrus"
1313
"github.com/docker/go-plugins-helpers/volume"
1414
"github.com/spf13/cobra"

0 commit comments

Comments
 (0)