From c471b7f2435f2cfa84d42876c35a04097593e864 Mon Sep 17 00:00:00 2001 From: yupeng Date: Tue, 22 Nov 2016 16:32:32 +0800 Subject: [PATCH] hack/swagger-gen.sh is not exist, it should be /hack/generate-swagger-api.sh Signed-off-by: yupeng --- api/templates/server/operation.gotmpl | 2 +- api/types/container/container_create.go | 2 +- api/types/container/container_update.go | 2 +- api/types/container/container_wait.go | 2 +- api/types/registry/authenticate.go | 2 +- api/types/volume/volumes_create.go | 2 +- api/types/volume/volumes_list.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/templates/server/operation.gotmpl b/api/templates/server/operation.gotmpl index 3a3d7527da..3ff63ef94c 100644 --- a/api/templates/server/operation.gotmpl +++ b/api/templates/server/operation.gotmpl @@ -4,7 +4,7 @@ package {{ .Package }} // DO NOT EDIT THIS FILE // This file was generated by `swagger generate operation` // -// See hack/swagger-gen.sh +// See hack/generate-swagger-api.sh // ---------------------------------------------------------------------------- import ( diff --git a/api/types/container/container_create.go b/api/types/container/container_create.go index d028e3b121..c95023b814 100644 --- a/api/types/container/container_create.go +++ b/api/types/container/container_create.go @@ -4,7 +4,7 @@ package container // DO NOT EDIT THIS FILE // This file was generated by `swagger generate operation` // -// See hack/swagger-gen.sh +// See hack/generate-swagger-api.sh // ---------------------------------------------------------------------------- // ContainerCreateCreatedBody container create created body diff --git a/api/types/container/container_update.go b/api/types/container/container_update.go index 81ee12c678..2339366fbd 100644 --- a/api/types/container/container_update.go +++ b/api/types/container/container_update.go @@ -4,7 +4,7 @@ package container // DO NOT EDIT THIS FILE // This file was generated by `swagger generate operation` // -// See hack/swagger-gen.sh +// See hack/generate-swagger-api.sh // ---------------------------------------------------------------------------- // ContainerUpdateOKBody container update o k body diff --git a/api/types/container/container_wait.go b/api/types/container/container_wait.go index 16cf335321..77ecdbaf7a 100644 --- a/api/types/container/container_wait.go +++ b/api/types/container/container_wait.go @@ -4,7 +4,7 @@ package container // DO NOT EDIT THIS FILE // This file was generated by `swagger generate operation` // -// See hack/swagger-gen.sh +// See hack/generate-swagger-api.sh // ---------------------------------------------------------------------------- // ContainerWaitOKBody container wait o k body diff --git a/api/types/registry/authenticate.go b/api/types/registry/authenticate.go index 5e37d19bd4..42cac4430a 100644 --- a/api/types/registry/authenticate.go +++ b/api/types/registry/authenticate.go @@ -4,7 +4,7 @@ package registry // DO NOT EDIT THIS FILE // This file was generated by `swagger generate operation` // -// See hack/swagger-gen.sh +// See hack/generate-swagger-api.sh // ---------------------------------------------------------------------------- // AuthenticateOKBody authenticate o k body diff --git a/api/types/volume/volumes_create.go b/api/types/volume/volumes_create.go index 679c16006f..9f70e43ca4 100644 --- a/api/types/volume/volumes_create.go +++ b/api/types/volume/volumes_create.go @@ -4,7 +4,7 @@ package volume // DO NOT EDIT THIS FILE // This file was generated by `swagger generate operation` // -// See hack/swagger-gen.sh +// See hack/generate-swagger-api.sh // ---------------------------------------------------------------------------- // VolumesCreateBody volumes create body diff --git a/api/types/volume/volumes_list.go b/api/types/volume/volumes_list.go index 7770bcb8fc..833dad9330 100644 --- a/api/types/volume/volumes_list.go +++ b/api/types/volume/volumes_list.go @@ -4,7 +4,7 @@ package volume // DO NOT EDIT THIS FILE // This file was generated by `swagger generate operation` // -// See hack/swagger-gen.sh +// See hack/generate-swagger-api.sh // ---------------------------------------------------------------------------- import "github.com/docker/docker/api/types"