Skip to content

Commit 481e28a

Browse files
committed
well
1 parent c156bdf commit 481e28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fn main() {
8484
println!(
8585
"${{env:{}}}={}",
8686
key,
87-
format!("{:?}", value).replace(r"\\", r"\")
87+
format!("'{}'", value).replace(r"\\", r"\")
8888
);
8989
} else if !(key.contains("(") || key.contains(")")) {
9090
if key.to_uppercase() == "PATH" {

0 commit comments

Comments
 (0)