From 8b925e6c154ea1e3228662d8987173fc38fbc651 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Tue, 6 Aug 2013 10:18:12 -0400 Subject: [PATCH] Update Darwin guest description --- plugins/guests/darwin/guest.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'")