1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fixing a Typo in plugins mime-type

Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
Madhu Venugopal 2015-05-16 08:49:23 -07:00
parent 42cfc95549
commit 215a5ebdb6

View file

@ -14,7 +14,7 @@ import (
)
const (
versionMimetype = "appplication/vnd.docker.plugins.v1+json"
versionMimetype = "application/vnd.docker.plugins.v1+json"
defaultTimeOut = 30
)