Skip to content

Commit

Permalink
Readme: fix typo for the COMPONENT argument (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstourac authored Jul 8, 2024
1 parent c84241e commit 47e831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for example to 'kserve':

```
export COMPONENT=kserve
oc adm must-gather --image=quay.io/modh/must-gather:rhoai-2.11 -- "export COMPONET=kserve; /usr/bin/gather"
oc adm must-gather --image=quay.io/modh/must-gather:rhoai-2.11 -- "export COMPONENT=kserve; /usr/bin/gather"
```

To collect logs after a specific date (RFC3339). This feature only support oc 4.16+
Expand Down

0 comments on commit 47e831a

Please sign in to comment.