Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/WingetCreateCore/Common/GitHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ await retryPolicy.ExecuteAsync(async () =>
}
}

private async Task<string> GetVersionDirectoryPath(string packageId, string manifestRoot = Constants.WingetManifestRoot, string version = null)
private async Task<string> GetVersionDirectoryPath(string packageId, string version = null, string manifestRoot = Constants.WingetManifestRoot)
{
string appPath = Utils.GetAppManifestDirPath(packageId, string.Empty, manifestRoot, '/');
var contents = await this.github.Repository.Content.GetAllContents(this.wingetRepoOwner, this.wingetRepo, appPath);
Expand Down