Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit a4845ab

Browse files
committed
Fix wrong output path
1 parent 93c9210 commit a4845ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Primitives/Package.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static Package Load(IEnvironment environment, UriString packageFeed)
4444
if (!feed.IsInitialized)
4545
{
4646
// try from assembly resources
47-
feed = AssemblyResources.ToFile(ResourceType.Platform, packageFeed.Filename, environment.UserCachePath.Combine(packageFeed.Filename), environment);
47+
feed = AssemblyResources.ToFile(ResourceType.Platform, packageFeed.Filename, environment.UserCachePath, environment);
4848
}
4949

5050
if (feed.IsInitialized)

0 commit comments

Comments
 (0)