Skip to content

Commit

Permalink
Merge pull request #247 from daks/typo
Browse files Browse the repository at this point in the history
style: fix typo
  • Loading branch information
myii authored Feb 23, 2022
2 parents 278404f + 68d5ba0 commit f3dc6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/default/controls/packages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
control 'TEMPLATE.package.install' do
title 'The required package should be installed'

# Overide by `platform_finger`
# Override by `platform_finger`
package_name =
case platform_finger
when 'centos-6', 'amazonlinux-1'
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/controls/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
control 'TEMPLATE.service.running' do
title 'The service should be installed, enabled and running'

# Overide by `platform_finger`
# Override by `platform_finger`
service_name =
case platform_finger
when 'centos-6', 'amazonlinux-1'
Expand Down

0 comments on commit f3dc6fd

Please sign in to comment.