We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3204171 commit 4deacf5Copy full SHA for 4deacf5
1 file changed
main.go
@@ -38,6 +38,7 @@ var (
38
39
func main() {
40
initArgparser()
41
+ initSystem()
42
43
logger.Infof("starting azure-janitor v%s (%s; %s; by %v)", gitTag, gitCommit, runtime.Version(), Author)
44
logger.Info(string(Opts.GetJson()))
0 commit comments