Get message back but as debug only

mine
Joscha Alisch 2020-02-07 19:17:45 +01:00
parent 1ff60bbc74
commit 8482f26341
No known key found for this signature in database
GPG Key ID: FCADD70C266FEEB5
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ func (a *Aliases) Load() error {
_, err := os.Stat(K9sAlias)
if os.IsNotExist(err) {
log.Debug().Err(err).Msgf("No custom aliases found")
return nil
}