Skip to content

Commit

Permalink
Fix a silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed May 29, 2024
1 parent a5b0cb1 commit ae656d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sccmod"
authors = ["Toby Davis \"Pencilcaseman\""]
version = "0.2.4"
version = "0.2.5"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/builders/cmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl BuilderImpl for CMake {
shell.add_command(&format!("module load {dep}"));
}

shell.add_command(&format!("cmake --install . --preifx {install_path:?}"));
shell.add_command(&format!("cmake --install . --prefix {install_path:?}"));

let (result, stdout, stderr) = shell.exec();

Expand Down

0 comments on commit ae656d0

Please sign in to comment.