Pull Requests | Issues | v2.15.0...v2.15.1
Bug Fixes
#2376 Fix a bug that aqua stops searching configuration files if files are located in either aqua or .aqua directory
How to reproduce the issue
Directory structure
/workspace/
aqua.yaml
foo/ # current directory
aqua/
aqua.yaml
Run aqua i
.
aqua i
Expected behaviour
aqua installs packages with /workspace/aqua.yaml
and /workspace/foo/aqua/aqua.yaml
.
Actual behaviour
aqua installs packages with only /workspace/foo/aqua/aqua.yaml
, and ignores /workspace/aqua.yaml
.