Skip to content

Commit

Permalink
minor typo fix for warning reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium authored Aug 26, 2016
1 parent 988c171 commit 5f749f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Paket.Core/NuGetV3.fs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ let getSearchAPI(auth,nugetUrl) =
match v3res with
| Choice1Of2 s -> Some s
| Choice2Of2 ex ->
if verbose then traceWarnfn "getAllVersionsAPI: %s" (ex.ToString())
if verbose then traceWarnfn "getSearchAPI: %s" (ex.ToString())
None
} |> Async.StartAsTask)

Expand Down Expand Up @@ -294,4 +294,4 @@ let GetPackageDetails (force:bool) (source:NugetV3Source) (packageName:PackageNa
packageName
version
(fun () ->
getPackageDetails source packageName version)
getPackageDetails source packageName version)

0 comments on commit 5f749f4

Please sign in to comment.