Skip to content

Commit fc5ecb6

Browse files
nturinskiCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d798c67 commit fc5ecb6

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-${Date.now()}-${Math.random().toString(36).substring(2)}`);
8484
const prevDotnetCliHome = process.env.DOTNET_CLI_HOME;
8585

0 commit comments

Comments
 (0)