Skip to content

Commit

Permalink
Follow-up - 28d1594 - Fixes zammad#3580 - Add description to package …
Browse files Browse the repository at this point in the history
…manager GUI.
  • Loading branch information
mgruner committed Jul 20, 2021
1 parent 28d1594 commit fa7c421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/packages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class PackagesController < ApplicationController
# GET /api/v1/packages
def index
packages = Package.all.order('name')
commands = ['rails zammad:db:migrate', 'rails assets:precompile']
commands = ['rails zammad:package:migrate', 'rails assets:precompile']
if File.exist?('/usr/bin/zammad')
commands.map! { |s| "zammad run #{s}" }
end
Expand Down

0 comments on commit fa7c421

Please sign in to comment.