diff --git a/plugins/guests/darwin/guest.rb b/plugins/guests/darwin/guest.rb index f3bdb35b5..0e8113e0a 100644 --- a/plugins/guests/darwin/guest.rb +++ b/plugins/guests/darwin/guest.rb @@ -2,9 +2,10 @@ require 'vagrant/util/template_renderer' module VagrantPlugins module GuestDarwin - # A general Vagrant system implementation for "freebsd". + # A general Vagrant system implementation for OS X (ie. "Darwin"). # - # Contributed by Kenneth Vestergaard + # Contributed by: - Brian Johnson + # - Tim Sutton class Guest < Vagrant.plugin("2", :guest) def detect?(machine) machine.communicate.test("uname -s | grep 'Darwin'")