Colon to comma in error message :->,

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2022-05-18 11:07:51 +01:00
parent 40055c0ecf
commit 7a9ce63e92
@@ -275,7 +275,7 @@ export function createPublishGithubAction(options: {
);
}
throw new Error(
`Failed to create the ${user.data.type} repository ${owner}/${repo}: ${e.message}`,
`Failed to create the ${user.data.type} repository ${owner}/${repo}, ${e.message}`,
);
}