Skip to content

Commit 2d08875

Browse files
committed
fix typo
1 parent dc932a4 commit 2d08875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code/LocalServerApiCalls.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ private Hashtable GetMetadataFromNupkg(string packageName, string packagePath, s
652652
string psd1FilePath = String.Empty;
653653
string ps1FilePath = String.Empty;
654654
string nuspecFilePath = String.Empty;
655-
GetMetadataFilesFromPath(tempDiscoveryPath, packageName, out psd1FilePath, out ps1FilePath, out nuspecFilePath)
655+
GetMetadataFilesFromPath(tempDiscoveryPath, packageName, out psd1FilePath, out ps1FilePath, out nuspecFilePath);
656656

657657
List<string> pkgTags = new List<string>();
658658

0 commit comments

Comments
 (0)