Skip to content

Commit

Permalink
ctaggart#35 get cacheFileName when first downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart authored and Chet Husk committed Nov 25, 2014
1 parent 47ba6e8 commit 36e0acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SymbolStore/SymSrv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static string DownloadFile(string url, string fileStorePath)
}
}


return cacheFileName;
}
else
{
Expand Down

0 comments on commit 36e0acd

Please sign in to comment.