Skip to content

Commit

Permalink
nit: add period
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 12, 2024
1 parent 45b11c2 commit 5fcaf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub fn is_supported_target() -> bool {
pub fn get_target() -> String {
let mut target: target_lexicon::Triple = target_lexicon::HOST;

// We don't want to operate on the musl toolchain even if the CLI was compiled with musl
// We don't want to operate on the musl toolchain, even if the CLI was compiled with musl
if target.environment == target_lexicon::Environment::Musl {
target.environment = target_lexicon::Environment::Gnu;
}
Expand Down

0 comments on commit 5fcaf98

Please sign in to comment.