Skip to content

Commit 4604968

Browse files
authored
Fix syntax error in stimulus_with_node.rb (#134)
1 parent 70926fe commit 4604968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/stimulus_with_node.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
end
1616

1717
say "Install Stimulus"
18-
if Rails.root.join("bun.config.js")).exist?
18+
if (Rails.root.join("bun.config.js")).exist?
1919
run "bun add @hotwired/stimulus"
2020
else
2121
run "yarn add @hotwired/stimulus"

0 commit comments

Comments
 (0)