Skip to content

Commit

Permalink
Make bazel object const
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron1 committed Aug 8, 2023
1 parent ddac08e commit 886a890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ main(int argc, char** argv)
return 1;
}

auto bazel = bcc::bazel::create(options.bazel_command, options.bazel_startup_options);
const auto bazel = bcc::bazel::create(options.bazel_command, options.bazel_startup_options);

if (options.write_rc_file) {
if (!options.rcpath.has_value()) {
Expand Down

0 comments on commit 886a890

Please sign in to comment.