Skip to content

Commit d1fa2d6

Browse files
authored
Updated the example comments (#98)
1 parent 8f637d1 commit d1fa2d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ nfpms:
4949
contents:
5050
- src: "mysql-config.yml.sample"
5151
dst: "/etc/newrelic-infra/integrations.d/mysql-config.yml.sample"
52-
- src: "mysql-log.yml.sample"
53-
dst: "/etc/newrelic-infra/logging.d/mysql-log.yml.sample"
52+
- src: "mysql-log.yml.example"
53+
dst: "/etc/newrelic-infra/logging.d/mysql-log.yml.example"
5454
- src: "CHANGELOG.md"
5555
dst: "/usr/share/doc/nri-mysql/CHANGELOG.md"
5656
- src: "README.md"

mysql-log.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###############################################################################
22
# This sample file will forward mysql error logs to NR once #
33
# it is renamed to mysql-log.yml #
4-
# On Linux systems no restart is needed after it is renamed. #
4+
# On Linux systems no restart is needed after it is renamed #
55
# Source: mysql error log file #
66
# Available customization parameters: attributes, max_line_kb, pattern #
77
###############################################################################

0 commit comments

Comments
 (0)