fix(updater): Typo in error enum (#812)

This commit is contained in:
Fabian-Lars
2023-12-11 19:19:05 +01:00
committed by GitHub
parent a848e1870a
commit 78e60e6618
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ pub enum Error {
#[error("temp directory is not on the same mount point as the AppImage")]
TempDirNotOnSameMountPoint,
#[error("binary for the current target not found in the archive")]
BinaryNotFoundInAcrhive,
BinaryNotFoundInArchive,
#[error(transparent)]
Http(#[from] http::Error),
}