mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:50:18 +00:00
implement support for filesystem extractor mechanism
This commit is contained in:
@@ -21,6 +21,6 @@ pub fn generate(
|
||||
if let Some(matrix) = &generator.matrix {
|
||||
matrix::generate(context, matrix)
|
||||
} else {
|
||||
bail!("unknown action configuration");
|
||||
bail!("unknown generator configuration");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user