From 3d886671a60c836982032a4e834e2c4a20d36e73 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 25 Aug 2013 00:10:18 +0900 Subject: [PATCH] fix typo for slackware Signed-off-by: Hiroshi Miura --- plugins/hosts/slackware/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hosts/slackware/plugin.rb b/plugins/hosts/slackware/plugin.rb index d99f622c9..8c5e1595b 100644 --- a/plugins/hosts/slackware/plugin.rb +++ b/plugins/hosts/slackware/plugin.rb @@ -1,7 +1,7 @@ require "vagrant" module VagrantPlugins - module HostGentoo + module HostSlackware class Plugin < Vagrant.plugin("2") name "Slackware host" description "Slackware and derivertives host support."