Skip to content

Commit 41f7fb2

Browse files
authored
Merge pull request #4 from interTwin-eu/dind-refactor
Dind refactor
2 parents c1de593 + d4a33db commit 41f7fb2

File tree

7 files changed

+479
-446
lines changed

7 files changed

+479
-446
lines changed

pkg/common/func.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ func NewInterLinkConfig() (InterLinkConfig, error) {
5050
return InterLinkConfig{}, err
5151
}
5252

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

0 commit comments

Comments
 (0)