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… 🔧') info('Git configured… 🔧')
} catch (error) { } catch (error) {
throw new Error( throw new Error(
`There was an error initializing the repository,: ${suppressSensitiveInformation( `There was an error initializing the repository: ${suppressSensitiveInformation(
error.message, error.message,
action action
)} ` )} `