Skip to content

Commit

Permalink
Display matched site-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
aswasif007 committed Jan 2, 2024
1 parent 77c4a72 commit 46c42e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/validations/sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const checks: Checks = {
},
siteHomeUrl: {
matcher: "'(siteurl|home)',\\s?'(.*?)'",
matchHandler: ( lineNumber, results ) => ( { text: results[ 1 ] } ),
matchHandler: ( lineNumber, results ) => ( { text: results[ 1 ] + ' ' + results[ 2 ] } ),
outputFormatter: infoCheckFormatter,
results: [],
message: 'Siteurl/home matches',
Expand Down

0 comments on commit 46c42e0

Please sign in to comment.