Browse Source

integration-cli: requirements: fix typo

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Antonio Murdaca 9 years ago
parent
commit
313b85fa47
1 changed files with 1 additions and 1 deletions
  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 },