Skip to content

Commit b847aa1

Browse files
committed
rubocop
1 parent e446b88 commit b847aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/route53/iii.dark-kuins.net.route

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ hosted_zone '10.in-addr.arpa.' do
6464
vpc 'ap-northeast-1', 'vpc-09e11cbdafca64241'
6565

6666
iii.each do |host|
67-
if host[:to].match /\d+\.\d+\.\d+\.\d+/
67+
if host[:to].match(/\d+\.\d+\.\d+\.\d+/)
6868
include_template :iii_rev, name: host[:name], kind: host[:kind], region: host[:region], to: host[:to]
6969
end
7070
end

0 commit comments

Comments
 (0)