Skip to content

Commit

Permalink
Merge branch 'intelops:main' into shedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz authored Jul 29, 2023
2 parents e9afd7c + 75a6925 commit d871e2d
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 21 deletions.
2 changes: 1 addition & 1 deletion client/pkg/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Application struct {
}

func Start() *Application {
log.Println("Client Application started...")
log.Println("Client Application started With New Code...")
cfg := &config.Config{}
if err := envconfig.Process("", cfg); err != nil {
log.Fatalf("Could not parse env Config: %v", err)
Expand Down
Loading

0 comments on commit d871e2d

Please sign in to comment.