Skip to content

Commit 0f219c9

Browse files
authored
Update cli.ts to fix uri
1 parent 2cd4c3c commit 0f219c9

File tree

1 file changed

+1
-1
lines changed
  • packages/next-on-pages/src

1 file changed

+1
-1
lines changed

packages/next-on-pages/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function cliError(
124124
);
125125
if (showReport) {
126126
cliError(
127-
'Please report this at https://github.com/cloudflare/next-on-pages/issues.',
127+
'Please report this at https://github.com/cloudflare/next-on-pages/issues/',
128128
{ fromVercelCli },
129129
);
130130
}

0 commit comments

Comments
 (0)