Skip to content

Commit

Permalink
Merge pull request #4224 from gabm/fix-typo
Browse files Browse the repository at this point in the history
Typo in conda-debug
  • Loading branch information
jezdez authored Jun 2, 2021
2 parents 379f04f + 45cb01b commit ebdd0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_build/cli/main_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ebdd0d6

Please sign in to comment.