fix: Dont send twice Host header when user provides it

This commit is contained in:
Σrebe - Romain GERARD 2023-10-26 18:23:54 +02:00
parent 7cafa674ba
commit ac0e946b23
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
2 changed files with 8 additions and 2 deletions

View file

@ -4,7 +4,7 @@ _default:
@just --list
make_release $VERSION:
sed -ie 's/^version = .*/version = "'$VERSION'"/g' Cargo.toml
sed -i 's/^version = .*/version = "'$VERSION'"/g' Cargo.toml
cargo fmt --all -- --check --color=always || (echo "Use cargo fmt to format your code"; exit 1)
cargo clippy --all --all-features -- -D warnings || (echo "Solve your clippy warnings to succeed"; exit 1)
git add Cargo.*