You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I do something like this cat my-scheme.yaml | flavours -c my-config.toml apply --stdin with only custom templates, flavours raises an error since the directory ~/.local/share/flavours does not exist. Normally, this directory is created by flavours update all. But for my use case, I do not need to execute this command. The desired behavior is that flavours creates ~/.local/share/flavours if it does not exist instead of raising an error.
Thanks, mipi
The text was updated successfully, but these errors were encountered:
Hi,
when I do something like this
cat my-scheme.yaml | flavours -c my-config.toml apply --stdin
with only custom templates, flavours raises an error since the directory~/.local/share/flavours
does not exist. Normally, this directory is created byflavours update all
. But for my use case, I do not need to execute this command. The desired behavior is that flavours creates~/.local/share/flavours
if it does not exist instead of raising an error.Thanks, mipi
The text was updated successfully, but these errors were encountered: