Update CHANGELOG for GH-1639
This commit is contained in:
parent
1d971a2128
commit
efcb25693e
|
@ -11,6 +11,7 @@ IMPROVEMENTS:
|
|||
a warning. [GH-1620]
|
||||
- Better locking around handling the `box_url` parameter for
|
||||
parallel providers.
|
||||
- Solaris guest is now properly detected on SmartOS, OmniOS, etc. [GH-1639]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ module VagrantPlugins
|
|||
# Contributed by Blake Irvin <b.irvin@modcloth.com>
|
||||
class Guest < Vagrant.plugin("2", :guest)
|
||||
def detect?(machine)
|
||||
machine.communicate.test("uname -o|grep Solaris")
|
||||
machine.communicate.test("uname -o | grep Solaris")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue