Skip to content

Commit

Permalink
Update cli.ts to fix uri
Browse files Browse the repository at this point in the history
  • Loading branch information
anay-208 authored Feb 3, 2025
1 parent 2cd4c3c commit 0f219c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-on-pages/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function cliError(
);
if (showReport) {
cliError(
'Please report this at https://github.com/cloudflare/next-on-pages/issues.',
'Please report this at https://github.com/cloudflare/next-on-pages/issues/',
{ fromVercelCli },
);
}
Expand Down

0 comments on commit 0f219c9

Please sign in to comment.