Skip to content

Commit

Permalink
updated with last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianco95 committed Jun 14, 2024
2 parents e68a39e + 41f7fb2 commit 59730bc
Show file tree
Hide file tree
Showing 6 changed files with 478 additions and 429 deletions.
4 changes: 2 additions & 2 deletions pkg/common/func.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ func NewInterLinkConfig() (InterLinkConfig, error) {
return InterLinkConfig{}, err
}

log.G(context.Background()).Info("Loading InterLink config from " + path)
log.G(context.Background()).Info("\u2705 Loading InterLink config from " + path)
yfile, err := os.ReadFile(path)
if err != nil {
log.G(context.Background()).Error("Error opening config file, exiting...")
log.G(context.Background()).Error("\u274C Error opening config file, exiting...")
return InterLinkConfig{}, err
}
yaml.Unmarshal(yfile, &InterLinkConfigInst)
Expand Down
Loading

0 comments on commit 59730bc

Please sign in to comment.