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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user