mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
updates
This commit is contained in:
parent
1b734141e4
commit
33d2e66811
5 changed files with 605 additions and 368 deletions
|
|
@ -192,7 +192,7 @@ impl Cloud {
|
|||
let id = options
|
||||
.name
|
||||
.map(|name| format!("haze-{}", name))
|
||||
.unwrap_or_else(|| format!("haze-{}", petname(2, "-")));
|
||||
.unwrap_or_else(|| format!("haze-{}", petname(2, "-").unwrap()));
|
||||
|
||||
let workdir = config.work_dir.join(&id);
|
||||
let app_package_dir = workdir.join("app_package");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue