summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Vozar <christian@rogueethic.com>2013-11-22 16:50:42 -0600
committerBryan McLellan <btm@loftninjas.org>2014-07-14 15:22:24 -0400
commitdacd7c6edcb895ee8070868a39081a04dddcef5e (patch)
tree485063ce8ce7cc5b991851343cc0685ce1bd045e
parent2b3555a1dd2ec9efc06cc0c628b2d37d0b0a90ef (diff)
downloadohai-dacd7c6edcb895ee8070868a39081a04dddcef5e.tar.gz
Synxtax issue
-rw-r--r--lib/ohai/plugins/go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/go.rb b/lib/ohai/plugins/go.rb
index d2427d72..3867d328 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 do
+Ohai.plugin(:go) do
provides "languages/go"
depends "languages"