summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-08-07 15:43:57 -0700
committerClaire McQuin <claire@getchef.com>2014-08-07 15:43:57 -0700
commit9188e7fb241d1136e970d35afab2e27973a55e5a (patch)
tree056ba6c73970dbecf1d2c1ae2022440a00a345ff
parent15522b2f89120ab3ba2eabe427aa1d5d8a0aa263 (diff)
downloadohai-btm/go-plugin.tar.gz
Capitalize plugin namebtm/go-plugin
-rw-r--r--Gemfile2
-rw-r--r--lib/ohai/plugins/go.rb2
2 files changed, 1 insertions, 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"