.
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
p4u1 2024-07-06 16:23:05 +02:00
parent 4b98953289
commit 4791d93747

View File

@ -47,6 +47,7 @@ func LoadAbraConfig() Abra {
// directory until the home directory is hit. When no abra config was found it
// returns an empty string.
func findAbraConfig(dir string) string {
log.Println("find", dir)
dir, err := filepath.Abs(dir)
if err != nil {
log.Println("here")