Skip to content

Commit 61e8bef

Browse files
author
Nathan Turinski
committed
Merge changes
2 parents 46af25b + fc5ecb6 commit 61e8bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/dotnet/executeDotnetTemplateCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export async function executeDotnetTemplateCreate(
7979
const shortName = await findShortNameByIdentity(nupkgPaths, identity);
8080

8181
// 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
82+
// This is how the JSON CLI tool operated
8383
const tempCliHome = path.join(os.tmpdir(), `azfunc-dotnet-home-${randomUtils.getRandomHexString()}`);
8484
const prevDotnetCliHome = process.env.DOTNET_CLI_HOME;
8585

0 commit comments

Comments
 (0)