Skip to content

Commit b130423

Browse files
committed
Fixing typo in content type.
Signed-off-by: Adam Avilla <aavilla@yp.com>
1 parent f492225 commit b130423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const (
1414
// DefaultDockerRootDirectory is the default directory where volumes will be created.
1515
DefaultDockerRootDirectory = "/var/lib/docker/volumes"
1616

17-
defaultContentTypeV1 = "appplication/vnd.docker.plugins.v1+json"
17+
defaultContentTypeV1 = "application/vnd.docker.plugins.v1+json"
1818
defaultImplementationManifest = `{"Implements": ["VolumeDriver"]}`
1919
pluginSpecDir = "/etc/docker/plugins"
2020
pluginSockDir = "/run/docker/plugins"

0 commit comments

Comments
 (0)