mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Suppress warning: ambiguous first argument; put parentheses or a space even after
/' operator`
This commit is contained in:
parent
0406be96cb
commit
c411e5bbe3
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ Watchers | #{watchers}
|
|||
end
|
||||
|
||||
def committer_match
|
||||
current_line.match /([-\w\s]+)\s+\(\d+\)/
|
||||
current_line.match (/([-\w\s]+)\s+\(\d+\)/)
|
||||
end
|
||||
|
||||
def last_release_sha
|
||||
|
|
|
@ -47,7 +47,7 @@ module Fog
|
|||
end
|
||||
|
||||
def release_match
|
||||
@current_line.match /## (\d+\.\d+\.\d+) \d+\/\d+\d+/
|
||||
@current_line.match (/## (\d+\.\d+\.\d+) \d+\/\d+\d+/)
|
||||
end
|
||||
|
||||
def github
|
||||
|
|
Loading…
Add table
Reference in a new issue