Skip to content

Commit 315fcb9

Browse files
author
Remi Hakim
committed
Merge pull request #245 from tejom/patch-1
Example doesn't work when it is rendered
2 parents 6090004 + 9574a2c commit 315fcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/jmx.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# node.override['datadog']['jmx']['instances'] = [
77
# {
88
# 'host' => 'localhost',
9-
# 'port' => '7199',
9+
# 'port' => 7199,
1010
# 'name' 'prod_jmx_app',
1111
# 'conf' => [
1212
# 'include' => {

0 commit comments

Comments
 (0)