Commit eda66ae79f032e926d1e12bf30bbfc3dd4ee26b1
1 parent
75a2bfbf14
Fix typo
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
manifests/site.pp
... | ... | @@ -9,8 +9,8 @@ |
9 | 9 | |
10 | 10 | path => [ |
11 | 11 | "${boxen::config::home}/rbenv/shims", |
12 | - "${boxen::config::hime}/rbenv/bin", | |
13 | - "${boxen::config::hime}/rbenv/plugins/ruby-build/bin", | |
12 | + "${boxen::config::home}/rbenv/bin", | |
13 | + "${boxen::config::home}/rbenv/plugins/ruby-build/bin", | |
14 | 14 | "${boxen::config::home}/homebrew/bin", |
15 | 15 | '/usr/bin', |
16 | 16 | '/bin', |