Skip to content

Commit

Permalink
Merge pull request #122 from vijeyash1/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
jebinjeb authored Jul 29, 2023
2 parents 7b770e6 + 8408cad commit 75a6925
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 75a6925

Please sign in to comment.