Skip to content

Commit

Permalink
Merge branch 'fix-version-retiring' into 'main'
Browse files Browse the repository at this point in the history
chore(cli): Fix retire version message

See merge request dfinity-lab/core/release!724
  • Loading branch information
pietrodimarco-dfinity committed May 25, 2023
2 parents 06336ec + 6fe9998 commit 8852a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/cli/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl Runner {
let retireable_versions = self.dashboard_backend_client.get_retireable_versions().await?;

info!("Waiting for you to pick the versions to retire in your editor");
let template = "# In the below lines, uncomment the versions that you would like to retire".to_string();
let template = "# In the below lines, comment out the versions that you DO NOT want to retire".to_string();
let versions = edit::edit(format!(
"{}\n{}",
template,
Expand Down

0 comments on commit 8852a9f

Please sign in to comment.