Change MacPorts to a single word (fix #703)

This commit is contained in:
Roey Darwish Dror
2021-05-04 11:27:19 +03:00
parent 3e9bd9bc0f
commit f2e5ceb852
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ fn run() -> Result<()> {
runner.execute(Step::BrewCask, "Brew Cask (Intel)", || {
unix::run_brew_cask(&ctx, unix::BrewVariant::MacIntel)
})?;
runner.execute(Step::MacPorts, "MacPorts", || macos::run_macports(&ctx))?;
runner.execute(Step::Macports, "MacPorts", || macos::run_macports(&ctx))?;
}
#[cfg(unix)]