Skip to content

Commit 3161ba3

Browse files
lzrdjclulow
andauthored
Update agent/src/main.rs
Co-authored-by: Joshua M. Clulow <[email protected]>
1 parent 1d61739 commit 3161ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ async fn cmd_install(mut l: Level<Agent>) -> Result<()> {
10931093
let status = Command::new("/sbin/zfs")
10941094
.arg("create")
10951095
.arg("-o")
1096-
.arg(format!("mountpoint={}", INPUT_PATH))
1096+
.arg(format!("mountpoint={INPUT_PATH}"))
10971097
.arg(INPUT_DATASET)
10981098
.env_clear()
10991099
.current_dir("/")

0 commit comments

Comments
 (0)