Skip to content

Commit

Permalink
Fixes a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyweiss committed Nov 10, 2021
1 parent 7432059 commit 60d399a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/llnl_scripts/build_src.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def main():
res = build_and_test_host_configs(repo_dir, job_name, timestamp, False,
report_to_stdout = opts["verbose"],
extra_cmake_options = opts["extra_cmake_options"],
build_type = opts["build_type"])
build_type = opts["buildtype"])
# Otherwise try to build a specific host-config
else:
# Command-line arg has highest priority
Expand Down Expand Up @@ -161,7 +161,7 @@ def main():
res = build_and_test_host_config(test_root, hostconfig_path,
report_to_stdout = opts["verbose"],
extra_cmake_options = opts["extra_cmake_options"],
build_type = opts["build_type"])
build_type = opts["buildtype"])

# Archive logs
if opts["archive"] != "":
Expand Down

0 comments on commit 60d399a

Please sign in to comment.