Skip to content

Commit

Permalink
ミス
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 13, 2023
1 parent 4b755bc commit ee013d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/download/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async fn main() -> anyhow::Result<()> {
})
.await?;

let model = find_gh_asset(octocrab, CORE_REPO_NAME, &version, |tag| {
let model = find_gh_asset(octocrab, core_repo, &version, |tag| {
format!("model-{tag}.zip")
})
.await?;
Expand Down

0 comments on commit ee013d9

Please sign in to comment.