Skip to content

Commit 345b8a4

Browse files
committed
move initsystem after startup msg
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 4deacf5 commit 345b8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ var (
3838

3939
func main() {
4040
initArgparser()
41-
initSystem()
4241

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

4646
logger.Infof("init Azure connection")
4747
initAzureConnection()

0 commit comments

Comments
 (0)