Skip to content

Commit

Permalink
fix(style): array of string with %w
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythyu committed Jun 18, 2024
1 parent d2922c7 commit a7a0cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/repository_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def set_yum_repo_and_gnupg(key, install_gnupg)
# Key FD4BF915 (from 2020-09-08 to 2024-09-07)
# Key E09422B3
import_gpg_keys(
%w(current 4f09d16b b01082d3 fd4bf915 e09422b3)
%w[current 4f09d16b b01082d3 fd4bf915 e09422b3]
)

# prefer HTTPS on boxes that support TLS1.2
Expand Down

0 comments on commit a7a0cb3

Please sign in to comment.