From 45cb01bdf5f110a1249e7f68ee9b6f69dc48583d Mon Sep 17 00:00:00 2001 From: Matthias Gabriel Date: Mon, 3 May 2021 09:23:52 +0200 Subject: [PATCH] fix typo --- conda_build/cli/main_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_build/cli/main_debug.py b/conda_build/cli/main_debug.py index 057ba9638a..0d4cf6ff8e 100644 --- a/conda_build/cli/main_debug.py +++ b/conda_build/cli/main_debug.py @@ -78,7 +78,7 @@ def execute(args): print(activation_string) if not _args.activate_string_only: if test: - test_file = "conda_test_runner.sh" if on_win else "conda_test_runner.sh" + test_file = "conda_test_runner.bat" if on_win else "conda_test_runner.sh" print("To run your tests, you might want to start with running the {} file.".format(test_file)) else: build_file = "conda_build.bat" if on_win else "conda_build.sh"