Skip to content

Commit

Permalink
Fix rubocop action (#60)
Browse files Browse the repository at this point in the history
* Fix rubocop action

* Fix syntax
  • Loading branch information
maccelf authored Oct 26, 2023
1 parent c7bd4d5 commit 242aa1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rubocop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
ruby-version: 2.5
bundler-cache: true
cache-version: 1
- name: Execute rubocop
run: |
bundle exec rubocop
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 242aa1e

Please sign in to comment.