Skip to content

Commit 6530b09

Browse files
committed
Fix stray "
1 parent bf50ed5 commit 6530b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/stimulus_with_importmap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
append_to_file "app/javascript/application.js", %(import "controllers"\n)
1212

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

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

0 commit comments

Comments
 (0)