Skip to content

Commit

Permalink
fix typo in README.md (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
toddmacintyre authored Jul 31, 2023
1 parent 1e4125f commit 8b80ef8
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 @@ -195,7 +195,7 @@ Next, you'll need to remove any Pods that are using the PVC:
$ kubectl scale all --all --replicas=0
```

The copy the timestamp from the first step, and use that to annotate the `SnapshotGroup`:
Then, copy the timestamp from the first step, and use that to annotate the `SnapshotGroup`:
```bash
$ kubectl annotate snapshotgroup/test-volume --overwrite \
"gemini.fairwinds.com/restore=1585945609"
Expand Down

0 comments on commit 8b80ef8

Please sign in to comment.