Skip to content

Commit 09da1a8

Browse files
authored
Fix typo in PowerShell.json
added missing single quote for Copyright value
1 parent 9f189d4 commit 09da1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/PowerShell.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"",
1515
"\tGUID = '<pasteNewGUIDhere>'",
1616
"",
17-
"\tCopyright = '2017 ${company:Copyright Holder}",
17+
"\tCopyright = '2017 ${company:Copyright Holder}'",
1818
"",
1919
"\tDescription = '${Description:What does this module do?}'",
2020
"",

0 commit comments

Comments
 (0)