Skip to content
Snippets Groups Projects
Unverified Commit 74ba8cc2 authored by Sean Molenaar's avatar Sean Molenaar Committed by GitHub
Browse files

Style fix in cask audit


Co-authored-by: default avatarMarkus Reiter <me@reitermark.us>
parent 0279dda5
No related branches found
No related tags found
No related merge requests found
......@@ -515,7 +515,7 @@ module Cask
end
def check_gitlab_repository
return unless @new_cask
return unless new_cask?
user, repo = get_repo_data(%r{https?://gitlab\.com/([^/]+)/([^/]+)/?.*})
return if user.nil?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment