Skip to content

Commit

Permalink
Fix casing of OrgUrl to orgUrl in site creation input handling
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoshi committed Dec 16, 2024
1 parent c115f29 commit ba48382
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export async function collectSiteCreationInputs(siteName: string, envList: IEnvI
: undefined,
});
state.envName = pick.label;
state.OrgUrl = pick.description;
state.orgUrl = pick.description;
return (input: MultiStepInput) => inputSiteName(input, state);
}

Expand Down

0 comments on commit ba48382

Please sign in to comment.