Incorporated PR review changes

This commit is contained in:
ananaysingh 2022-08-18 22:07:15 +05:30
parent a2e5b86c3b
commit c001093379
2 changed files with 21 additions and 9 deletions

View file

@ -51,7 +51,7 @@ var monitor bool
var timeout time.Duration
var log = logrus.New()
var taskStatus = new(string)
var instance = new(string)
var instances = new(string)
const australisVer = "v1.0.4"