Skip to content

Commit daa2d5d

Browse files
committed
Kebabcase puma-dev configuration suggestion in bin/seutp
1 parent f735328 commit daa2d5d

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)