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 2f3052c commit 1586e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer.exp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#! /usr/bin/env expect

set timeout 10
set timeout 20

spawn ./bin/rails stimulus_reflex:install
expect -exact "or type a different path."
send -- "\n"
expect "It looks like you're using esbuild as your bundler. Is that correct? (Y/n)"
send -- "y\n"
expect -re "Join over 2000 StimulusReflex developers on Discord(.*)"
expect eof

0 comments on commit 1586e1b

Please sign in to comment.