mirror of
https://github.com/serokell/deploy-rs.git
synced 2024-11-03 21:24:04 +03:00
Remove redundant format!()
This commit is contained in:
parent
da25b20674
commit
15864f9826
@ -208,7 +208,7 @@ async fn get_deployment_data(
|
||||
}
|
||||
(None, None) => {
|
||||
// We need to evaluate all profiles of all nodes anyway, so just do it strictly
|
||||
c.arg(format!("deploy: deploy"))
|
||||
c.arg("deploy: deploy")
|
||||
}
|
||||
(None, Some(_)) => return Err(GetDeploymentDataError::ProfileNoNode),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user