Skip to content

Commit 30be3a9

Browse files
committed
Merge pull request #2 from yp-engineering/fix_content_type_typo
Fixing typo in content type.
2 parents f492225 + b130423 commit 30be3a9

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)