Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: issue command shouldn't ask for passphrase on read-only operations
Christopher Fredén committed 2 years ago
commit 06ff636332fa846b750fdef56f247fcbf65f092d
parent 56b64c9d3959f4ab5a364504b418c9b006479aba
1 file changed +1 -0
modified radicle-cli/src/commands/issue.rs
@@ -421,6 +421,7 @@ pub fn run(args: IssueArgs, ctx: impl term::Context) -> anyhow::Result<()> {
                let signer = term::signer(&profile)?;
                let id = id.resolve(&repo.backend)?;
                if let Ok(mut issue) = issues.get_mut(&id) {
+
                    let signer = term::signer(&profile)?;
                    let comment_id = comment_id.unwrap_or_else(|| {
                        let (comment_id, _) = term::io::comment_select(&issue).unwrap();
                        *comment_id