From a90aec2b1317f8df3e54050eef85e246cae17535 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Mon, 15 Nov 2021 04:05:04 +0200 Subject: [PATCH] Fixed tiny typo --- .../ep_generate_release_description.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep_generate_release_description/ep_generate_release_description.c b/ep_generate_release_description/ep_generate_release_description.c index 800a2d3..2a6f9c6 100644 --- a/ep_generate_release_description/ep_generate_release_description.c +++ b/ep_generate_release_description/ep_generate_release_description.c @@ -60,7 +60,7 @@ int main(int argc, char** argv) "A detailed change log is available [here](https://github.com/valinet/ExplorerPatcher/blob/master/CHANGELOG.md).\n" "An archive containing all the files generated during the build process (including `dxgi.dll` and symbol files) is available [here](%s).\n\n" "*This release has been published automatically from %s %s in branch [%s](https://github.com/valinet/ExplorerPatcher/tree/%s/).*", - argv == 4 ? argv[3] : "https://github.com/valinet/ExplorerPatcher/actions", + argc == 4 ? argv[3] : "https://github.com/valinet/ExplorerPatcher/actions", argc == 4 ? "commits up to and including" : "the latest commits", argc == 4 ? argv[1] : "", argc == 4 ? argv[2] : "master",