Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Dec 9, 2021
1 parent 0b2effe commit f8e0888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ fn repo_pkgbuilds<'a>(config: &Config, pkgs: &[Targ<'a>]) -> Result<i32> {
.arg("update")
.arg(pkg)
.output()
.with_context(|| format!("{} {} upadate {}", tr!("failed to run:"), asp, pkg))?;
.with_context(|| format!("{} {} update {}", tr!("failed to run:"), asp, pkg))?;

ensure!(
ret.status.success(),
Expand Down

0 comments on commit f8e0888

Please sign in to comment.