mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Fix incorrect comment
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> Upstream-commit: d626f77e36e16911358248af678cc00900a6f5b5 Component: engine
This commit is contained in:
@@ -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