Skip to content

Commit

Permalink
Use NPM instead of npm in stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Nov 13, 2023
1 parent 6241de3 commit 7cedbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hanami/cli/commands/gem/new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def call(app:, head: HEAD_DEFAULT, skip_install: SKIP_INSTALL_DEFAULT, skip_asse
bundler.install!

unless skip_assets
out.puts "Running npm install..."
out.puts "Running NPM install..."
system_call.call("npm", ["install"]).tap do |result|
unless result.successful?
puts "NPM ERROR:"
Expand Down

0 comments on commit 7cedbfb

Please sign in to comment.