5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 11:31:41 +00:00

fix: no sabemos el sitio
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-09-22 12:47:18 -03:00
parent 0c7a37a1d8
commit 52e22a53bf
No known key found for this signature in database

View file

@ -186,7 +186,7 @@ class Site
def parse_url(url)
GitCloneUrl.parse(url)
rescue URI::Error => e
ExceptionNotifier.notify_exception(e, data: { site: site.name, url: url })
ExceptionNotifier.notify_exception(e, data: { path: path, url: url })
nil
end