diff options
Diffstat (limited to 'src/lib/git_events.rs')
| -rw-r--r-- | src/lib/git_events.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/git_events.rs b/src/lib/git_events.rs index 2e9f797..b4ac676 100644 --- a/src/lib/git_events.rs +++ b/src/lib/git_events.rs | |||
| @@ -249,7 +249,7 @@ pub fn event_tag_from_nip19_or_hex( | |||
| 249 | loop { | 249 | loop { |
| 250 | if bech32.is_empty() { | 250 | if bech32.is_empty() { |
| 251 | bech32 = Interactor::default().input( | 251 | bech32 = Interactor::default().input( |
| 252 | PromptInputParms::default().with_prompt(&format!("{reference_name} reference")), | 252 | PromptInputParms::default().with_prompt(format!("{reference_name} reference")), |
| 253 | )?; | 253 | )?; |
| 254 | } | 254 | } |
| 255 | if let Ok(nip19) = Nip19::from_bech32(bech32.clone()) { | 255 | if let Ok(nip19) = Nip19::from_bech32(bech32.clone()) { |