Prechádzať zdrojové kódy

Merge pull request #17753 from runcom/fix-typo-tests-reqs

integration-cli: requirements: fix typo
Doug Davis 9 rokov pred
rodič
commit
6ba7d04d16
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      integration-cli/requirements.go

+ 1 - 1
integration-cli/requirements.go

@@ -43,7 +43,7 @@ var (
 	}
 	SameHostDaemon = testRequirement{
 		func() bool { return isLocalDaemon },
-		"Test requires docker daemon to runs on the same machine as CLI",
+		"Test requires docker daemon to run on the same machine as CLI",
 	}
 	UnixCli = testRequirement{
 		func() bool { return isUnixCli },