Skip to content

Commit

Permalink
vendor: update docker import
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed Jun 14, 2018
1 parent 198bf16 commit d7df66e
Show file tree
Hide file tree
Showing 236 changed files with 3,814 additions and 7,560 deletions.
144 changes: 60 additions & 84 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fs/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type CrioContext struct {
}

func NewFsInfo(context Context) (FsInfo, error) {
mounts, err := mount.GetMounts()
mounts, err := mount.GetMounts(nil)
if err != nil {
return nil, err
}
Expand Down
Loading

0 comments on commit d7df66e

Please sign in to comment.