fixed spell mistake
This commit is contained in:
parent
e885751e27
commit
297091c042
|
@ -43,7 +43,7 @@ pub async fn main() -> anyhow::Result<()> {
|
||||||
|
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
_ = services => {
|
_ = services => {
|
||||||
bail!("Serives quit unexpectedly");
|
bail!("Services quit unexpectedly");
|
||||||
}
|
}
|
||||||
_ = ctrl_c_signal => {
|
_ = ctrl_c_signal => {
|
||||||
info!("Received ctrl+c signal");
|
info!("Received ctrl+c signal");
|
||||||
|
|
Loading…
Reference in New Issue