From df4b1237bd8e698c1b33a0bd2bbfd6a14d2eaca3 Mon Sep 17 00:00:00 2001 From: github-merge-queue Date: Wed, 24 Jan 2024 12:04:03 +0000 Subject: [PATCH] chore: spelling errors fixes --- tests/e2e/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/main.go b/tests/e2e/main.go index 03ce45180f..0df5c909cb 100644 --- a/tests/e2e/main.go +++ b/tests/e2e/main.go @@ -206,8 +206,8 @@ func parseArguments() (err error) { flag.Var(&selectedTestfiles, "test-file", getTestFileUsageString()) - flag.Var(&consumerVersions, "cv", "Version (git tag, revison, branch) of the consumer to be tested. Tests will be run against combinations of all defined provider versions (-pv) with this consumer version. Default: consumer implementation of local workspace") - flag.Var(&providerVersions, "pv", "Version (git tag, revison, branch) of the provider to be tested. Tests will be run against combinations of all defined consumer versions (-cv) with this provider version. Default: provider implementation of local workspace") + flag.Var(&consumerVersions, "cv", "Version (git tag, revision, branch) of the consumer to be tested. Tests will be run against combinations of all defined provider versions (-pv) with this consumer version. Default: consumer implementation of local workspace") + flag.Var(&providerVersions, "pv", "Version (git tag, revision, branch) of the provider to be tested. Tests will be run against combinations of all defined consumer versions (-cv) with this provider version. Default: provider implementation of local workspace") flag.Parse()