Skip to content

Commit

Permalink
MInor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rfennell committed Apr 1, 2020
1 parent 6118e65 commit eb986a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export function processTemplate(
export function writeFile(filename: string, data: string) {
agentApi.logInfo(`Writing output file ${filename}`);
fs.writeFileSync(filename, data);
agentApi.logInfo(`Finsihed writing output file ${filename}`);
agentApi.logInfo(`Finished writing output file ${filename}`);
}

// There is no WI in this list as they are dynamic as they can include tags
Expand Down

0 comments on commit eb986a3

Please sign in to comment.