Skip to content

Commit b46b1f7

Browse files
Johan-Liebert1allisonkarlitskaya
authored andcommitted
Move state to /state/deploy
Signed-off-by: Pragyan Poudyal <[email protected]>
1 parent f06a96c commit b46b1f7

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
@@ -303,7 +303,7 @@ async fn main() -> Result<()> {
303303
.as_ref()
304304
.map(|p: &PathBuf| p.parent().unwrap())
305305
.unwrap_or(Path::new("/sysroot"))
306-
.join("state")
306+
.join("state/deploy")
307307
.join(id.to_hex());
308308

309309
create_dir_all(state.join("var"))?;

0 commit comments

Comments
 (0)