Skip to content

Commit

Permalink
move initsystem after startup msg
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Sep 14, 2024
1 parent 4deacf5 commit 345b8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ var (

func main() {
initArgparser()
initSystem()

logger.Infof("starting azure-janitor v%s (%s; %s; by %v)", gitTag, gitCommit, runtime.Version(), Author)
logger.Info(string(Opts.GetJson()))
initSystem()

logger.Infof("init Azure connection")
initAzureConnection()
Expand Down

0 comments on commit 345b8a4

Please sign in to comment.