Skip to content

Commit

Permalink
skiping local .golic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritka committed Mar 17, 2021
1 parent 521ac0f commit 77db5ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion impl/inject/inject.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ func (i *Inject) Run() (err error) {
return
}
} else {
return
logger.Info().Msgf("%s skipping local %s",emoji.FileFolder, aurora.BrightCyan(i.opts.ConfigPath))
err = nil
}
i.traverse()
return
Expand Down

0 comments on commit 77db5ea

Please sign in to comment.