Skip to content

Commit 879ae30

Browse files
justin808claude
andcommitted
Use -f instead of --force for Rails generator
Changed from --force to -f (short form) to ensure proper parsing by the Rails generator command. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent ffd18c7 commit 879ae30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/demo_scripts/demo_creator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def install_react_on_rails
327327
# Remove files that will conflict with React on Rails generator
328328
cleanup_conflicting_files
329329

330-
base_args = ['--ignore-warnings', '--force']
330+
base_args = ['--ignore-warnings', '-f']
331331
all_args = (base_args + @react_on_rails_args).join(' ')
332332

333333
@runner.run!(

0 commit comments

Comments
 (0)