Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lewispb committed May 7, 2024
1 parent a8ee424 commit 22d0eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/mission_control/web/install_generator.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class MissionControl::Web::InstallGenerator < Rails::Generators::Base
def install_components
rails_command "generate mission_control:web:install:admin"
rails_command "generate mission_control:web:install::middleware"
rails_command "generate mission_control:web:install:middleware"
end
end

0 comments on commit 22d0eb8

Please sign in to comment.