Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauorriols committed Nov 28, 2023
1 parent 756a79f commit dffc62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ async function deploy(opts: DeployOpts): Promise<void> {
const deploymentKind = opts.prod ? "Production" : "Preview";
deploySpinner!.succeed(`${deploymentKind} deployment complete.`);

// We want to store the project id even if user provided project name
// We want to store the project id even if user provided project name
// to facilitate project renaming.
opts.project = project.id;
await configFile.maybeWrite(opts.config, opts, opts.saveConfig);
Expand Down

0 comments on commit dffc62d

Please sign in to comment.