Skip to content

Commit

Permalink
Merge pull request #666 from stmcginnis/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcginnis authored Aug 25, 2023
2 parents 56c277c + c4b55f8 commit fc1a74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuftool/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub(crate) enum Error {
backtrace: Backtrace,
},

#[snafu(display("The a file or directory already exists at '{}'", path.display()))]
#[snafu(display("A file or directory already exists at '{}'", path.display()))]
DownloadOutdirExists { path: PathBuf, backtrace: Backtrace },

#[snafu(display(
Expand Down

0 comments on commit fc1a74a

Please sign in to comment.