Skip to content

Commit f98ec63

Browse files
committed
chore(lint): fix lint issue
1 parent 0aed758 commit f98ec63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serverless-openapi/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class ServerlessPlugin {
7272
if (out.endsWith('.yaml') || out.endsWith('.yml')) {
7373
output = dump(JSON.parse(output));
7474
}
75-
this.log.notice('Saved open api to ', out);
75+
this.log.notice('Saved open api to '+ out);
7676

7777
writeFileSync(out, output);
7878
}

0 commit comments

Comments
 (0)