Skip to content

Commit

Permalink
Fix compile error due to updated dialoguer
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Feb 5, 2024
1 parent 122357d commit 3dc34fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cmd/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub enum Error {
NoPdfViewer,

#[snafu(display("Interaction with terminal failed: {}", source))]
Interact { source: std::io::Error },
Interact { source: dialoguer::Error },
}

impl Cmd for Input {
Expand Down

0 comments on commit 3dc34fd

Please sign in to comment.