mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-03 20:21:44 +00:00
Merge pull request #15502 from mrunalp/fixup_comment
Fix incorrect comment
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user