Skip to content

Commit 648a59b

Browse files
committed
fix typo
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 3fa3ffd commit 648a59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flow-update-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
export SOLO_NAMESPACE=solo
9494
export SOLO_CLUSTER_SETUP_NAMESPACE=solo-cluster
9595
96-
echo "Perform the followng kind and solo commands and save output to environment variables"
96+
echo "Perform the following kind and solo commands and save output to environment variables"
9797
9898
export KIND_CREATE_CLUSTER_OUTPUT=$( kind create cluster -n "${SOLO_CLUSTER_NAME}" 2>&1 | tee test.log )
9999

0 commit comments

Comments
 (0)