Skip to content

Commit

Permalink
Fix syntax error in stimulus_with_node.rb (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
euxx authored Jan 3, 2024
1 parent 70926fe commit 4604968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/stimulus_with_node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
end

say "Install Stimulus"
if Rails.root.join("bun.config.js")).exist?
if (Rails.root.join("bun.config.js")).exist?
run "bun add @hotwired/stimulus"
else
run "yarn add @hotwired/stimulus"
Expand Down

0 comments on commit 4604968

Please sign in to comment.