Skip to content

Commit

Permalink
fix: autoupdater
Browse files Browse the repository at this point in the history
  • Loading branch information
Blooym committed Aug 29, 2024
1 parent 0469084 commit af7efbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "xlm"
authors = ["Blooym"]
version = "0.1.0"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ async fn main() -> Result<()> {
use self_update::cargo_crate_version;
debug!("Running XLM self-updater");
let result = self_update::backends::github::Update::configure()
.repo_owner(&args.xlm_updater_repo_name)
.repo_name(&args.xlm_updater_repo_owner)
.repo_owner(&args.xlm_updater_repo_owner)
.repo_name(&args.xlm_updater_repo_name)
.bin_name(env!("CARGO_PKG_NAME"))
.show_output(false)
.no_confirm(true)
Expand Down

0 comments on commit af7efbc

Please sign in to comment.