Skip to content

Commit

Permalink
Fix stray "
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jan 3, 2024
1 parent bf50ed5 commit 6530b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/stimulus_with_importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
append_to_file "app/javascript/application.js", %(import "controllers"\n)

say "Pin Stimulus"
say %(Appending: pin "@hotwired/stimulus", to: "stimulus.min.js"")
say %(Appending: pin "@hotwired/stimulus", to: "stimulus.min.js")
append_to_file "config/importmap.rb", %(pin "@hotwired/stimulus", to: "stimulus.min.js"\n)

say %(Appending: pin "@hotwired/stimulus-loading", to: "stimulus-loading.js")
Expand Down

0 comments on commit 6530b09

Please sign in to comment.