Skip to content

Commit 6054e74

Browse files
author
Michael Governanti
committed
update choco template creation tutorial
1 parent 729c395 commit 6054e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/en-us/guides/create/create-template.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We'll use the following for our template metadata. Execute the following in an *
5555
<version>[[PackageVersion]]</version>
5656
<owners>SweetTooth</owners>
5757
<title>template-tutorial (Install)</title>
58-
<authors>Chocolatey]</authors>
58+
<authors>Chocolatey</authors>
5959
<tags>template</tags>
6060
<summary>Tutorial package from template</summary>
6161
<description>This was built from a template with [[Country]] passed to it.</description>
@@ -90,7 +90,7 @@ choco pack .\template-tutorial\template-tutorial.nuspec
9090
We can validate that our package used the template correctly by installing it. Run the following in an **elevated** PowerShell window.
9191

9292
```powershell
93-
choco install template-tutorial -y
93+
choco install template-tutorial --source="." -y
9494
```
9595

9696
#### Uninstall Your Templated Package

0 commit comments

Comments
 (0)