Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #356 from angelabad/master
Browse files Browse the repository at this point in the history
Add Mavericks bootstrap support
  • Loading branch information
tmatilai committed Mar 19, 2014
2 parents 8ca7c0e + c9c2890 commit c8eba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/knife-solo/bootstraps/darwin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def issue

def distro
case issue
when %r{10.[6-8]}
when %r{10.[6-9]}
{:type => 'omnibus'}
else
raise "OS X version #{issue} not supported"
Expand Down

0 comments on commit c8eba8a

Please sign in to comment.