Skip to content

Commit 326438f

Browse files
committed
sneaky sneaky little bug
1 parent bd69400 commit 326438f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ fn build_metastore_rolegroup_config_map(
638638

639639
hive_env_data = data
640640
.into_iter()
641-
.map(|(key, value)| format!("export {key}={value}"))
641+
.map(|(key, value)| format!("export {key}=\"{value}\""))
642642
.collect::<Vec<String>>()
643643
.join("\n");
644644
}

0 commit comments

Comments
 (0)