Skip to content

Commit 44cc4bc

Browse files
Merge pull request #188 from 0xflotus/master
README: Fix "manfiests" -> "manifests" typo
2 parents 2b1eb96 + c6b8336 commit 44cc4bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ podman run --rm -ti \
4242

4343
1. Use CVO `render` to render all the manifests from release-payload to a directory. [here](#using-cvo-to-render-the-release-payload-locally)
4444

45-
2. Create the operators from the manifests by using `oc create -f <directory when CVO rendered manfiests>`.
45+
2. Create the operators from the manifests by using `oc create -f <directory when CVO rendered manifests>`.
4646

4747
## Running CVO tests
4848

@@ -54,4 +54,4 @@ go test ./...
5454
# Requires the CVO CRD to be installed.
5555
export KUBECONFIG=<admin kubeconfig>
5656
TEST_INTEGRATION=1 go test ./... -test.run=^TestIntegration
57-
```
57+
```

0 commit comments

Comments
 (0)