Skip to content

Commit bcaac3e

Browse files
authored
Merge pull request rails#51273 from zachasme/puma-dev-kebab-case
Kebabcase puma-dev configuration suggestion in bin/setup
2 parents 07d51f9 + daa2d5d commit bcaac3e

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/bin

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/bin/setup.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "fileutils"
22

33
APP_ROOT = File.expand_path("..", __dir__)
4-
APP_NAME = "<%= app_name %>"
4+
APP_NAME = "<%= app_name.dasherize %>"
55

66
def system!(*args)
77
system(*args, exception: true)

0 commit comments

Comments
 (0)