1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

Merge pull request #2731 from stgraber/main

This commit is contained in:
Tycho Andersen
2025-12-05 11:37:44 -07:00
committed by GitHub

View File

@@ -288,7 +288,10 @@ func (c *cmdCreate) create(conf *config.Config, args []string, launch bool) (inc
}
req.Config = configMap
req.Ephemeral = c.flagEphemeral
if c.flagEphemeral {
req.Ephemeral = c.flagEphemeral
}
if c.flagDescription != "" {
req.Description = c.flagDescription