Skip to content

Commit ac5131f

Browse files
committed
tweaks
1 parent dd19882 commit ac5131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ async function createComment(body: string, command: string, versionOutput: strin
265265

266266
const title = `SQLDef Migration Preview`;
267267

268-
const infoLine = `Migration is performed by \`${command}\` \`${versionOutput}\` with the schema file: \`${schemaFile}\``;
268+
const infoLine = `Migration is performed by \`${command} ${versionOutput}\` with the schema file \`${schemaFile}\``;
269269

270270
const commentBody = `
271271
${htmlCommentId}

0 commit comments

Comments
 (0)