Skip to content

Commit 5acb6ee

Browse files
committed
Minor fixes
1 parent 5dc9ef2 commit 5acb6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RedumpTool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private static Feature DeriveFeature(string feature)
8181
private static Downloader? CreateDownloader(Feature feature, string[] args)
8282
{
8383
// Loop through all of the arguments
84-
var downloader = new Downloader();
84+
var downloader = new Downloader() { Feature = feature };
8585
try
8686
{
8787
for (int i = 1; i < args.Length; i++)

0 commit comments

Comments
 (0)