`user create-container` says distro doesn't exist
When running
user create-container fedora fedora-39
, it prints the following:
It works, but that error obviously should not be printed.Solution:Jump to solution
uhhhhh i forgot about this
see https://discord.com/channels/1068192254365282405/1304186768601514074...
4 Replies
it seems it's an issue with
create_container()
, as the hardcoded list hasn't been updated
(line 164 on commit 90bf64f)
and it should probably also exit after this line
or it could just be removed entirely, at blend handles this as well, then there's not two lists to update
PR
apparently the default distro for
user
is also wrong - i'll send over a PR fixing both tmrSolution
uhhhhh i forgot about this
see https://discord.com/channels/1068192254365282405/1304186768601514074