Skip to content

Commit

Permalink
chore(cli): Fix retire version message
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodimarco-dfinity committed May 25, 2023
1 parent 06336ec commit 6fe9998
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 6fe9998

Please sign in to comment.