Skip to content

Commit 133a759

Browse files
committed
Fix updater
1 parent 051cfea commit 133a759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/updater.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::commands::command_util::get_path;
1+
use crate::commands::util::get_path;
22
use indicatif::{ProgressBar, ProgressStyle};
33
use reqwest::{header, Url};
44
use std::cmp::min;

0 commit comments

Comments
 (0)