Lowercased some files (#7713)

This commit is contained in:
Anton-4 2025-03-24 16:43:18 +01:00 committed by GitHub
parent 843076e11e
commit e9690c9bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 19 additions and 19 deletions

View file

@ -18,7 +18,7 @@ pub struct Out {
fn path_to_roc_binary() -> PathBuf {
// Adapted from https://github.com/volta-cli/volta/blob/cefdf7436a15af3ce3a38b8fe53bb0cfdb37d3dd/tests/acceptance/support/sandbox.rs#L680
// by the Volta Contributors - license information can be found in
// the LEGAL_DETAILS file in the root directory of this distribution.
// the legal_details file in the root directory of this distribution.
//
// Thank you, Volta contributors!
let mut path = env::var_os("CARGO_BIN_PATH")