From e91052dd9b42c8934cec08147893c9eb76f2cd3b Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Thu, 17 Oct 2024 10:59:54 -0400 Subject: [PATCH] Fix typo in custom command doc --- acceptance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/README.md b/acceptance/README.md index 98f179f2c..732369bc0 100644 --- a/acceptance/README.md +++ b/acceptance/README.md @@ -79,7 +79,7 @@ The following custom commands are defined within [`acceptance_test.go`](./accept env2lower REPO_NAME=$RANDOM_STRING ``` -- `env2uooer`: set environment variable to the uppercase version of another environment variable +- `env2upper`: set environment variable to the uppercase version of another environment variable ```txtar # Prepare organization secret, GitHub Actions uppercases secret names