From 9188e7fb241d1136e970d35afab2e27973a55e5a Mon Sep 17 00:00:00 2001 From: Claire McQuin Date: Thu, 7 Aug 2014 15:43:57 -0700 Subject: Capitalize plugin name --- Gemfile | 2 -- lib/ohai/plugins/go.rb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a0982b6a..866b8266 100644 --- a/Gemfile +++ b/Gemfile @@ -16,5 +16,3 @@ group :development do # gem 'pry-debugger' # gem 'pry-stack_explorer' end - - diff --git a/lib/ohai/plugins/go.rb b/lib/ohai/plugins/go.rb index 3867d328..44a97d6c 100644 --- a/lib/ohai/plugins/go.rb +++ b/lib/ohai/plugins/go.rb @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -Ohai.plugin(:go) do +Ohai.plugin(:Go) do provides "languages/go" depends "languages" -- cgit v1.2.1