We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d798c67 commit fc5ecb6Copy full SHA for fc5ecb6
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-${Date.now()}-${Math.random().toString(36).substring(2)}`);
84
const prevDotnetCliHome = process.env.DOTNET_CLI_HOME;
85
0 commit comments