Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabm committed May 3, 2021
1 parent 3b99b22 commit 45cb01b
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 45cb01b

Please sign in to comment.