There was an error while loading. Please reload this page.
1 parent ed327d5 commit 1b42277Copy full SHA for 1b42277
bin/annotate
@@ -63,7 +63,7 @@ OptionParser.new do |opts|
63
64
opts.on('--pr', '--position-in-routes [before|after]', ['before', 'after'],
65
"Place the annotations at the top (before) or the bottom (after) of the routes.rb file") do |p|
66
- ENV['position_in_test'] = p
+ ENV['position_in_routes'] = p
67
has_set_position['position_in_routes'] = true
68
end
69
0 commit comments