Skip to content

Commit

Permalink
Fix failing v5 codemod for DevFatalErrorPage (#8661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored and jtoar committed Jun 23, 2023
1 parent e6eb17c commit 6fd9855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const updateDevFatalErrorPage = async () => {
const dirs = {
[webFatalErrorPagesDir]: {
[path.join(webFatalErrorPagesDir, 'FatalErrorPage')]:
'https://raw.githubusercontent.com/redwoodjs/redwood/main/packages/create-redwood-app/templates/ts/web/src/pages/FatalErrorPage/FatalErrorPage.tsx',
'https://raw.githubusercontent.com/redwoodjs/redwood/v5.3.1/packages/create-redwood-app/templates/ts/web/src/pages/FatalErrorPage/FatalErrorPage.tsx',
},
}

Expand Down

0 comments on commit 6fd9855

Please sign in to comment.