Fix incorrect comment
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
13873e6841
commit
d626f77e36
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
"github.com/docker/docker/pkg/version"
|
||||
)
|
||||
|
||||
// postContainersCopy is deprecated in favor of getContainersArchivePath.
|
||||
// postContainersCopy is deprecated in favor of getContainersArchive.
|
||||
func (s *Server) postContainersCopy(version version.Version, w http.ResponseWriter, r *http.Request, vars map[string]string) error {
|
||||
if vars == nil {
|
||||
return fmt.Errorf("Missing parameter")
|
||||
|
|
Loading…
Add table
Reference in a new issue