Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 19, 2015
1 parent dde7f64 commit 7d187e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paket.Core/NuGetV2.fs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ let GetVersions root (sources, packageName:PackageName) =
tryNuGetV3 (source.Authentication |> Option.map toBasicAuth,
autoCompleteUrl,
packageName)
}
}

[ resp ]
| LocalNuget path -> [ getAllVersionsFromLocalPath (path, packageName, root) ])
Expand Down

0 comments on commit 7d187e3

Please sign in to comment.