Skip to content

Commit f679098

Browse files
authored
[cli] Fix "retrieve" typo (vercel#8352)
1 parent 2b57e12 commit f679098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default async function main(client: Client): Promise<number> {
157157
client.output.print(
158158
`No Project Settings found locally. Run ${cli.getCommandName(
159159
'pull --yes'
160-
)} to retreive them.`
160+
)} to retrieve them.`
161161
);
162162
return 1;
163163
}

0 commit comments

Comments
 (0)