Skip to content

Commit

Permalink
fix(rust): execute pre-scripts only once
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 27, 2024
1 parent cf0a00c commit 4f8d3d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/agama-lib/src/scripts/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ impl ScriptsStore {
}
}

// TODO: find a better play to run the scripts (before probing).
self.client.run_scripts(ScriptsGroup::Pre).await?;

Ok(())
}

Expand Down

0 comments on commit 4f8d3d9

Please sign in to comment.