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
A clear and concise description of what the bug is.
VATS start command returns panic if a default config file is not exist.
Issue were fixed #259 but been override through development on #277
There's Error Message that is not appropriate even if Vats started properly.
How to Reproduce
Steps to reproduce the behavior:
Execute Command make build
Execute Command ./vatz init
Execute Command ./vatz start or ./vatz --config default2.yaml
Checklist
Describe the bug
VATS start command returns panic if a default config file is not exist.
Issue were fixed #259 but been override through development on #277
There's Error Message that is not appropriate even if Vats started properly.
How to Reproduce
make build
./vatz init
./vatz start
or./vatz --config default2.yaml
Expected behavior
No Error message if
./vatz start
properlyScreenshots
The text was updated successfully, but these errors were encountered: