Fixing a Typo in plugins mime-type
Signed-off-by: Madhu Venugopal <madhu@docker.com> Upstream-commit: 215a5ebdb6c36f63ff4d6294f2d1b29f87b6af40 Component: engine
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
versionMimetype = "appplication/vnd.docker.plugins.v1+json"
|
||||
versionMimetype = "application/vnd.docker.plugins.v1+json"
|
||||
defaultTimeOut = 30
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user