فهرست منبع

Merge pull request #22844 from normalfaults/mispell

fixed spelling error in cli pull local test
Vincent Demeester 9 سال پیش
والد
کامیت
55cc1a2aa4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      integration-cli/docker_cli_pull_local_test.go

+ 1 - 1
integration-cli/docker_cli_pull_local_test.go

@@ -422,7 +422,7 @@ func (s *DockerRegistryAuthHtpasswdSuite) TestPullWithExternalAuth(c *check.C) {
 	dockerCmd(c, "--config", tmp, "pull", repoName)
 }
 
-// TestRunImplicitPullWithNoTag should pull implicitely only the default tag (latest)
+// TestRunImplicitPullWithNoTag should pull implicitly only the default tag (latest)
 func (s *DockerRegistrySuite) TestRunImplicitPullWithNoTag(c *check.C) {
 	testRequires(c, DaemonIsLinux)
 	repo := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)