mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixed spelling error in cli pull local test
Signed-off-by: Nirmal Mehta <nirmalkmehta@gmail.com>
This commit is contained in:
parent
376c15bbaa
commit
f66f5d4bdc
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ func (s *DockerRegistryAuthHtpasswdSuite) TestPullWithExternalAuth(c *check.C) {
|
||||||
dockerCmd(c, "--config", tmp, "pull", repoName)
|
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) {
|
func (s *DockerRegistrySuite) TestRunImplicitPullWithNoTag(c *check.C) {
|
||||||
testRequires(c, DaemonIsLinux)
|
testRequires(c, DaemonIsLinux)
|
||||||
repo := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)
|
repo := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)
|
||||||
|
|
Loading…
Reference in a new issue