Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maccelf committed Oct 26, 2023
1 parent 295120c commit bfa76fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module ProfilesUploader
extend ActiveSupport::Concern

def import_deb_package_profile(profile)
if @host.kernelcare?
if @host.kernelcare?
composer = ::JobInvocationComposer.for_feature(:kernel_version, @host)
composer.triggering.mode = :future
composer.trigger!
Expand Down

0 comments on commit bfa76fb

Please sign in to comment.