We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46af25b + fc5ecb6 commit 61e8befCopy full SHA for 61e8bef
src/templates/dotnet/executeDotnetTemplateCommand.ts
@@ -79,7 +79,7 @@ export async function executeDotnetTemplateCreate(
79
const shortName = await findShortNameByIdentity(nupkgPaths, identity);
80
81
// Use an isolated DOTNET_CLI_HOME so template installation doesn't affect the user's global state
82
- // This is how the JSON CLI tool operateed
+ // This is how the JSON CLI tool operated
83
const tempCliHome = path.join(os.tmpdir(), `azfunc-dotnet-home-${randomUtils.getRandomHexString()}`);
84
const prevDotnetCliHome = process.env.DOTNET_CLI_HOME;
85
0 commit comments