Skip to content

Commit

Permalink
Updated expect script
Browse files Browse the repository at this point in the history
  • Loading branch information
la-ruby committed Jun 11, 2024
1 parent 114cc4f commit fdbc07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-rails-app
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ example() {
example2() {
pushd /tmp/created-rails-app
mkdir app/components/
mkdir app/reflexes/
mkdir app/reflexes/ || true
cp -r ~/work/create-rails-app/create-rails-app/templates/app/views/bookings app/views/
cp ~/work/create-rails-app/create-rails-app/templates/app/controllers/bookings_controller.rb app/controllers/
cp ~/work/create-rails-app/create-rails-app/templates/app/models/booking.rb app/models/
Expand Down

0 comments on commit fdbc07d

Please sign in to comment.