fix(ci): trim remote_url newlines
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-12 21:00:58 +02:00
parent 61c34b9fb8
commit 07c593bb08
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -331,6 +331,7 @@ Host *
&format!(
"url.ssh://git@{}/.insteadOf",
remote_url
.trim()
.trim_start_matches("https://")
.trim_start_matches("http://")
),