Fix typo in outputFilesForModule error message
Test: CI Change-Id: I41f28a0412613458a0dad132006adfbc9fbbce2c
This commit is contained in:
@@ -2507,7 +2507,7 @@ func outputFilesForModule(ctx PathContext, module blueprint.Module, tag string)
|
||||
paths := sourceFileProducer.Srcs()
|
||||
return paths, nil
|
||||
} else {
|
||||
return nil, fmt.Errorf("module %q is not an SourceFileProducer or having valid output file for tag %q", pathContextName(ctx, module), tag)
|
||||
return nil, fmt.Errorf("module %q is not a SourceFileProducer or having valid output file for tag %q", pathContextName(ctx, module), tag)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user