fix: rename overview.md files to avoid conflicts and add collection name
This commit is contained in:
@@ -229,7 +229,6 @@ impl OsirisClient {
|
||||
.context_id("command-execution")
|
||||
.runner(&self.runner_name)
|
||||
.payload(script)
|
||||
.executor("rhai")
|
||||
.timeout(self.timeout)
|
||||
.build()
|
||||
.map_err(|e| OsirisClientError::CommandFailed(format!("Failed to build job: {}", e)))?;
|
||||
|
||||
Reference in New Issue
Block a user