Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
exec rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
MIZOGUCHIKoki committed Jan 24, 2024
1 parent 881d894 commit 422ce72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/puma.rb
Expand Up @@ -27,9 +27,9 @@

# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
if ENV['RAILS_ENV'] == 'production'
bind "unix:///var/www/rails/MusicScoreManagementApp/tmp/sockets/puma.sock"
bind 'unix:///var/www/rails/MusicScoreManagementApp/tmp/sockets/puma.sock'
else
port ENV.fetch('PORT', 3000)
port ENV.fetch('PORT', 3000)
end

# Specifies the `environment` that Puma will run in.
Expand Down
1 change: 0 additions & 1 deletion db/seeds.rb
Expand Up @@ -37,4 +37,3 @@
drums: 1,
percussion: 1)
end

0 comments on commit 422ce72

Please sign in to comment.