fix(ci): trim remote_url newlines
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
03784be431
commit
61c34b9fb8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user