Skip to content

Commit a04b877

Browse files
committed
chore
1 parent 80fe3ee commit a04b877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub fn download_prebuilt(
5454
_ => unreachable!(),
5555
};
5656

57-
let filename = if os == HostOS::Windows {
57+
let filename = if os.is_windows() {
5858
format!("{prefix}.zip")
5959
} else {
6060
format!("{prefix}.tar.xz")

0 commit comments

Comments
 (0)