Skip to content

Commit 2f788cb

Browse files
committed
fix typo
1 parent 7c3f148 commit 2f788cb

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
@@ -655,7 +655,7 @@ private Hashtable GetMetadataFromNupkg(string packageName, string packagePath, s
655655

656656
List<string> pkgTags = new List<string>();
657657
_cmdletPassedIn.WriteVerbose($"nuspecFilePath: {nuspecFilePath}");
658-
string path = $tempDiscoveryPath;
658+
string path = tempDiscoveryPath;
659659
try {
660660
// Get the files in the directory
661661
string[] files = Directory.GetFiles(path);

0 commit comments

Comments
 (0)