Skip to content

Commit 8f99aa8

Browse files
authored
Merge pull request #85 from zbentley/fix_80_with_feeling
2 parents 7139022 + a2c4f21 commit 8f99aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/rustup_internal/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def create
3939
# wish to run it as will have access, even with chmod.)
4040
PuppetX::Rustup::Util.download(url, ['puppet-rustup-init', '.sh']) do |sh|
4141
command = ['/bin/sh', '-s', '--', '-y', '--default-toolchain', 'none']
42-
if Facter.value('os')['family'] == 'darwin'
42+
if Facter.value('os')['family'] == 'Darwin'
4343
# On MacOS, ensure the rustup bootstrap is run as the native
4444
# architecture. If this is not done, the architecture of the Ruby
4545
# running this process may be used to compile the default Rust

0 commit comments

Comments
 (0)