Skip to content

Commit

Permalink
Fix installer (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov authored Oct 1, 2024
1 parent 752c204 commit f33efc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

unless importmaps.include?("@rails/request.js")
say "Pin @rails/request.js dependency"
run "bin/importmap pin @rails/request.js --download"
run "bin/importmap pin @rails/request.js"
end

say "Pin polaris_view_components"
Expand Down

0 comments on commit f33efc2

Please sign in to comment.