From 04084b965e879a87d89f543148f55d737fe60229 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Thu, 23 Feb 2023 12:00:41 +0100 Subject: [PATCH] release-check-list: fix swapped cargo update flag Signed-off-by: Jeremi Piotrowski --- .github/ISSUE_TEMPLATE/release-check-list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-check-list.md b/.github/ISSUE_TEMPLATE/release-check-list.md index 7efac91..129ce73 100644 --- a/.github/ISSUE_TEMPLATE/release-check-list.md +++ b/.github/ISSUE_TEMPLATE/release-check-list.md @@ -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.