Skip to content

Commit

Permalink
Fix Crystal 0.34.0 exhaustive case check
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed May 2, 2020
1 parent 1bb3fde commit 4305d06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/repo/ref.cr
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ struct Repo::Ref
if path = extract_org_repo_url(uri)
return new("bitbucket", path)
end
else
# fall through
end

path = uri.path
Expand Down

0 comments on commit 4305d06

Please sign in to comment.