Skip to content

Commit

Permalink
chore: correct some error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Mar 31, 2024
1 parent 57a976b commit 4850821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ func RunAllCmd() {
}

if err := g.Init(asyncLevel, envAppMap); err != nil {
log.Fatal().Err(err).Msg("Unable to initialize myks's globe")
log.Fatal().Err(err).Msg("Unable to initialize myks' globe")
}

if err := g.SyncAndRender(asyncLevel); err != nil {
log.Fatal().Err(err).Msg("Unable to sync vendir configs")
log.Fatal().Err(err).Msg("Unable to sync and render applications")
}

// Cleaning up only if all environments and applications were processed
Expand Down

0 comments on commit 4850821

Please sign in to comment.