fix(ci): trim remote_url newlines
Some checks failed
continuous-integration/drone/push Build is failing

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

View File

@ -334,7 +334,7 @@ Host *
.trim_start_matches("https://") .trim_start_matches("https://")
.trim_start_matches("http://") .trim_start_matches("http://")
), ),
&remote_url, remote_url.trim(),
]) ])
} else { } else {
res res