Skip to content

Commit

Permalink
chore(rust): add a TODO about running pre-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 18, 2024
1 parent 0da989f commit 1322ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/agama-lib/src/scripts/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ impl ScriptsStore {
.await?;
}

// 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 1322ca9

Please sign in to comment.