Skip to content

Commit 3348aba

Browse files
committed
fixup! lib/composefs: Centralize constants
1 parent 481c6c1 commit 3348aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/src/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@ pub(crate) fn setup_composefs_bls_boot(
17631763
cmdline_options.push_str(&format!(" {COMPOSEFS_CMDLINE}=?{id_hex}"));
17641764
}
17651765
None | Some(..) => {
1766-
cmdline_options.push_str(&format!(" {COMPOSEFS_CMDLINE}{id_hex}"));
1766+
cmdline_options.push_str(&format!(" {COMPOSEFS_CMDLINE}={id_hex}"));
17671767
}
17681768
};
17691769

0 commit comments

Comments
 (0)