Skip to content

Commit 5e61015

Browse files
authored
chore: add missing backquotes (#10180)
### Description <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> add missing backquotes ### Testing Instructions <!-- Give a quick description of steps to test your changes. --> Signed-off-by: jimmycathy <[email protected]>
1 parent 928ec38 commit 5e61015

File tree

1 file changed

+1
-1
lines changed
  • crates/turborepo-dirs/src

1 file changed

+1
-1
lines changed

crates/turborepo-dirs/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn config_dir() -> Result<Option<AbsoluteSystemPathBuf>, PathError> {
2020
/// Returns the path to the user's configuration directory.
2121
///
2222
/// This is a wrapper around `dirs_next::config_dir` that also checks the
23-
/// VERCEL_CONFIG_DIR_PATH` environment variable. If the environment variable
23+
/// `VERCEL_CONFIG_DIR_PATH` environment variable. If the environment variable
2424
/// is set, it will return that path instead of `dirs_next::config_dir`.
2525
pub fn vercel_config_dir() -> Result<Option<AbsoluteSystemPathBuf>, PathError> {
2626
if let Ok(dir) = std::env::var("VERCEL_CONFIG_DIR_PATH") {

0 commit comments

Comments
 (0)