Skip to content

Commit 2a3b94b

Browse files
committed
Fix syntax error in snippets file.
1 parent db934e8 commit 2a3b94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/PowerShell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"",
1313
"\tModuleVersion = '${ModuleVersion:0.1}'",
1414
"",
15-
"\t# Use the New-Guid command to generate a GUID, and copy/paste into the next line"
15+
"\t# Use the New-Guid command to generate a GUID, and copy/paste into the next line",
1616
"\tGUID = '<pasteNewGUIDhere>'",
1717
"",
1818
"\tCopyright = '2017 ${company:Copyright Holder}'",

0 commit comments

Comments
 (0)