Skip to content

Commit

Permalink
Update repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Aug 25, 2023
1 parent a5fc6ba commit b7d321e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jig-cli/src/commands/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Upgrade {

let version = if self.select {
let raw_releases = ReleaseList::configure()
.repo_owner("raunow")
.repo_owner("baarsgaard")
.repo_name("jig")
.build()?
.fetch()
Expand All @@ -61,7 +61,7 @@ impl Upgrade {
};

let _status = Update::configure()
.repo_owner("raunow")
.repo_owner("baarsgaard")
.repo_name("jig")
.bin_name("jig")
.show_output(do_verbose)
Expand Down

0 comments on commit b7d321e

Please sign in to comment.