Fixes unit tests

This commit is contained in:
James Ives 2020-07-04 14:47:45 -04:00
parent c28f80b125
commit 447551d7ea

View File

@ -43,7 +43,7 @@ export async function init(action: ActionInterface): Promise<void | Error> {
info('Git configured… 🔧')
} catch (error) {
throw new Error(
`There was an error initializing the repository,: ${suppressSensitiveInformation(
`There was an error initializing the repository: ${suppressSensitiveInformation(
error.message,
action
)} `