We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b856df8 commit a78eb00Copy full SHA for a78eb00
src/command/setup.rs
@@ -51,7 +51,7 @@ mod os {
51
52
if env::var_os("VOLTA_HOME").is_some() && home_in_path.is_some() {
53
debug!(
54
- "{} skipping dot-file modification as VOLTA_HOME is set, and included in the PATH."
+ "Skipping dot-file modification as VOLTA_HOME is set, and included in the PATH."
55
);
56
return Ok(());
57
}
0 commit comments