Skip to content

Commit

Permalink
fix(docs): fix Script::run documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 16, 2024
1 parent 74768d6 commit c514fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-lib/src/scripts/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub struct Script {
impl Script {
/// Runs the script and returns the output.
///
/// * `path`: where to write assets (script, logs and exit code).
/// * `workdir`: where to write assets (script, logs and exit code).
pub async fn run(&self, workdir: &Path) -> Result<(), ScriptError> {
let dir = workdir.join(self.group.to_string());

Expand Down

0 comments on commit c514fba

Please sign in to comment.