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 #389 from OlegPS/bootstrap_issue_327
Browse files Browse the repository at this point in the history
Arch Linux recognition, fixes #388
  • Loading branch information
matschaffer committed Aug 5, 2014
2 parents f95195e + a7c37ed commit f87a236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/knife-solo/bootstraps/linux.rb
Expand Up @@ -113,7 +113,7 @@ def distro
{:type => "zypper_omnibus"}
when %r{This is \\n\.\\O \(\\s \\m \\r\) \\t}
{:type => "emerge_gem"}
when %r{Arch Linux \\r \(\\l\)}
when %r{Arch Linux}
{:type => "yaourt"}
else
raise "Distribution not recognized. Please run again with `-VV` option and file an issue: https://github.com/matschaffer/knife-solo/issues"
Expand Down

0 comments on commit f87a236

Please sign in to comment.