Rename service catalog to software catalog, excluding blog posts
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
This commit is contained in:
@@ -75,7 +75,7 @@ export class DocsBuilder {
|
||||
public async build(): Promise<boolean> {
|
||||
if (!this.entity.metadata.uid) {
|
||||
throw new Error(
|
||||
'Trying to build documentation for entity not in service catalog',
|
||||
'Trying to build documentation for entity not in software catalog',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user