Skip to content

Commit bf7e312

Browse files
Update crate/server/src/routes/mod.rs
Co-authored-by: Manuthor <32013169+Manuthor@users.noreply.github.com>
1 parent d0731b1 commit bf7e312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crate/server/src/routes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub(crate) async fn cli_archive_download(
109109
Ok(file.set_content_disposition(cd))
110110
}
111111

112-
pub(crate) async fn cli_download_exists() -> HttpResponse {
112+
pub(crate) async fn cli_archive_exists() -> HttpResponse {
113113
let path = PathBuf::from(CLI_ARCHIVE_FOLDER).join(CLI_ARCHIVE_FILE_NAME);
114114
let exists = tokio::fs::metadata(path).await.is_ok();
115115

0 commit comments

Comments
 (0)