release-check-list: fix swapped cargo update flag

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski
2023-02-23 12:00:41 +01:00
committed by Samuel Ortiz
parent 1a097620a2
commit 04084b965e

View File

@@ -26,7 +26,7 @@ assignees: ''
* https://github.com/confidential-containers/enclave-cc/blob/main/src/enclave-agent/Cargo.toml
* Change the revision
* Run `cargo -p update image-rs`
* Run `cargo update -p image-rs`
Note that you can point to your own fork here, so you don't actually do changes in the other projects
before making sure this step works as expected.
@@ -34,7 +34,7 @@ assignees: ''
* https://github.com/kata-containers/kata-containers/blob/CCv0/src/agent/Cargo.toml
* Change the revision
* Run `cargo -p update image-rs`
* Run `cargo update -p image-rs`
Note that you can point to your own fork here, so you don't actually do changes in the other projects
before making sure this step works as expected.