@@ -54,7 +54,7 @@ impl Cuddle<PrepareProject> {
|
||||
}
|
||||
|
||||
impl Cuddle<PreparePlan> {
|
||||
pub async fn build_state(&self) -> anyhow::Result<Cuddle<ValidatedState>> {
|
||||
pub async fn build_state(&mut self) -> anyhow::Result<Cuddle<ValidatedState>> {
|
||||
let mut state = if let Some(project) = &self.state.project {
|
||||
let state = state::State::new();
|
||||
let raw_state = state.build_state(project, &self.state.plan).await?;
|
||||
|
Reference in New Issue
Block a user