From 2a3b94b1f59fe133fc190f172742a8e2ef54b6b1 Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Thu, 23 Mar 2017 20:41:12 -0600 Subject: [PATCH] Fix syntax error in snippets file. --- snippets/PowerShell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/PowerShell.json b/snippets/PowerShell.json index 505b361c33..169eb1ff60 100644 --- a/snippets/PowerShell.json +++ b/snippets/PowerShell.json @@ -12,7 +12,7 @@ "", "\tModuleVersion = '${ModuleVersion:0.1}'", "", - "\t# Use the New-Guid command to generate a GUID, and copy/paste into the next line" + "\t# Use the New-Guid command to generate a GUID, and copy/paste into the next line", "\tGUID = ''", "", "\tCopyright = '2017 ${company:Copyright Holder}'",