Skip to content

Commit

Permalink
fix lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall Porter committed Oct 23, 2023
1 parent 4a0cb1e commit d426b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fn sync() -> Result<(), Box<dyn Error>> {

let binary = format!("{}-ctrl", self_update::get_target());

if let Some(asset) = releases[0].asset_for(&binary, None) {
if let Some(asset) = releases[0].asset_for(&binary) {
let cur_path_str = get_cur_path_str()?;

let bak_path_str = get_bak_path_str(&cur_path_str);
Expand Down

0 comments on commit d426b59

Please sign in to comment.