Skip to content

Commit

Permalink
Merge pull request #85 from zbentley/fix_80_with_feeling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielparks authored Feb 16, 2024
2 parents 7139022 + a2c4f21 commit 8f99aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/rustup_internal/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def create
# wish to run it as will have access, even with chmod.)
PuppetX::Rustup::Util.download(url, ['puppet-rustup-init', '.sh']) do |sh|
command = ['/bin/sh', '-s', '--', '-y', '--default-toolchain', 'none']
if Facter.value('os')['family'] == 'darwin'
if Facter.value('os')['family'] == 'Darwin'
# On MacOS, ensure the rustup bootstrap is run as the native
# architecture. If this is not done, the architecture of the Ruby
# running this process may be used to compile the default Rust
Expand Down

0 comments on commit 8f99aa8

Please sign in to comment.