-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐞 Describe the Bug
Currently, if you specify the override file as a relative path, it is based on the path it is running on.
🔍 Steps to Reproduce
Steps to reproduce the behavior:
- Describe the file you want to override(
$HOME/test/override.yaml) - Specify override files by relative path(
./override.yaml) on main config($HOME/test/bloader.yaml) - Move to another directory ($HOME/test2) and execute the following.
bloader store ls -c $HOME/test/bloader.yaml
🤔 Expected Behavior
$HOME/test/override.yaml should be specified, but $HOME/test2/override.yaml is searched and an error occurs.
📋 Additional Context
🌍 Environment
- OS: All
- Go version: 1.23
- CLI version: v1.0.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working