Skip to content

Commit

Permalink
isolate updateLogs
Browse files Browse the repository at this point in the history
  • Loading branch information
reitowo committed Jan 20, 2023
1 parent 75e239f commit c26553e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Updator.Uploader/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
executable = config.executable,
compression = config.compression,
checksum = config.checksum,
updateLogs = config.updateLogs
updateLogs = config.updateLogs.ToList()
};

// Check old description
Expand Down

0 comments on commit c26553e

Please sign in to comment.