1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #3967 from swamp09/suppress_warning

Suppress warning
This commit is contained in:
Wesley Beary 2017-09-14 10:34:49 -05:00 committed by GitHub
commit f71f6e8249
3 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ module Fog
:body => body
)
end
end
end
end
end
end

View file

@ -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

View file

@ -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