Skip to content

Commit 41a9500

Browse files
acornett21Allda
authored andcommitted
fixing cd path in fbc onboarding docs
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent b8435e3 commit 41a9500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/users/fbc_onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ automates the migration process.
2323

2424
```bash
2525
# Go to the operator repo directory (certified-operators, marketplace-operators, community-operators-prod)
26-
cd <operator-repo>/operator/<operator-name>
26+
cd <operator-repo>/operators/<operator-name>
2727
wget https://raw.githubusercontent.com/redhat-openshift-ecosystem/operator-pipelines/main/fbc/Makefile
2828
```
2929

0 commit comments

Comments
 (0)