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