Skip to content

Commit

Permalink
update default source insert point
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Jan 23, 2024
1 parent 2968b6c commit d7ea08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/instrumentation_generator/instrumentation.thor
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Instrumentation < Thor
insert_into_file(
DEFAULT_SOURCE_LOCATION,
config_block(name.downcase),
after: ":description => 'Controls auto-instrumentation of bunny at start-up. May be one of [auto|prepend|chain|disabled].'
after: ":description => 'Controls auto-instrumentation of bunny at start-up. May be one of: `auto`, `prepend`, `chain`, `disabled`.'
},\n"
)
end
Expand Down

0 comments on commit d7ea08c

Please sign in to comment.