Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #11 from jamiehannaford/patch-1
Browse files Browse the repository at this point in the history
Fixing missing import path
  • Loading branch information
calavera committed Jan 6, 2016
2 parents 87beb62 + 2cd7c75 commit b6ced71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (d glusterfsDriver) Create(r volume.Request) volume.Response {
return volume.Response{}
}

func (d glusterfsDriver) Remove(r dkvolume.Request) volume.Response {
func (d glusterfsDriver) Remove(r volume.Request) volume.Response {
log.Printf("Removing volume %s\n", r.Name)
d.m.Lock()
defer d.m.Unlock()
Expand Down

0 comments on commit b6ced71

Please sign in to comment.