Skip to content

Commit

Permalink
Merge pull request #4 from interTwin-eu/dind-refactor
Browse files Browse the repository at this point in the history
Dind refactor
  • Loading branch information
Bianco95 authored Jun 14, 2024
2 parents c1de593 + d4a33db commit 41f7fb2
Show file tree
Hide file tree
Showing 7 changed files with 479 additions and 446 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 41f7fb2

Please sign in to comment.