mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-30 06:10:37 +00:00
fix: 🐛 Fix typo
This commit is contained in:
parent
7c8c2edd7b
commit
0ae42f5742
@ -74,7 +74,7 @@ pub enum Error {
|
||||
WrongWindowsArguments,
|
||||
#[diagnostic(code(espup::failed_to_remove_directory))]
|
||||
#[error(
|
||||
"{} Failed to remove '{0}' direcretory. Please, manually verify that the directory is properly removed and run 'espup uninstall' again.",
|
||||
"{} Failed to remove '{0}' directory. Please, manually verify that the directory is properly removed and run 'espup uninstall' again.",
|
||||
emoji::ERROR
|
||||
)]
|
||||
FailedToRemoveDirectory(String),
|
||||
|
Loading…
x
Reference in New Issue
Block a user