Skip to content

Commit

Permalink
Merge pull request #161 from lacework/pg/RemoveAriadneNameFromAutofix…
Browse files Browse the repository at this point in the history
…Output

Remove the Ariadne name from the Autofix output
  • Loading branch information
PatGod authored Feb 29, 2024
2 parents 6067a2d + a6bf7fd commit d2cb13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function prForFixSuggestion(

// parse the modified files from the patch summary
const startKeyword = '## Files that have been modified:'
const endKeyword = '## Explanation: why is this fix recommended by Ariadne?'
const endKeyword = '## Explanation: why is this SmartFix recommended?'

const startIndex = patch.indexOf(startKeyword)
const endIndex = patch.indexOf(endKeyword, startIndex)
Expand Down

0 comments on commit d2cb13c

Please sign in to comment.