From 974c92338ef5dbe98c3a3bf2fb0e4f9f12f3932d Mon Sep 17 00:00:00 2001 From: unclejack Date: Wed, 4 Jun 2014 02:46:55 +0300 Subject: [PATCH] fix diffs->diff typo in aufs.go Docker-DCO-1.1-Signed-off-by: Cristian Staretu (github: unclejack) Upstream-commit: 7a60b9063c109892f60165adb71682988d39d3d8 Component: engine --- components/engine/daemon/graphdriver/aufs/aufs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/daemon/graphdriver/aufs/aufs.go b/components/engine/daemon/graphdriver/aufs/aufs.go index 3757ec56d0..79de4cda79 100644 --- a/components/engine/daemon/graphdriver/aufs/aufs.go +++ b/components/engine/daemon/graphdriver/aufs/aufs.go @@ -7,7 +7,7 @@ aufs driver directory structure │   ├── 1 │   ├── 2 │   └── 3 -├── diffs // Content of the layer +├── diff // Content of the layer │   ├── 1 // Contains layers that need to be mounted for the id │   ├── 2 │   └── 3