Skip to content

Commit d85db26

Browse files
correcting healthcheckrequest argument
1 parent 6c41d07 commit d85db26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/lb_globo_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self, url, apikey, secretkey, name, algorithm, publicport,
2525
networkid=networkid,
2626
additionalportmap=additionalportmap,
2727
healthcheckType=healthchecktype,
28-
healthchecktype=healthcheckrequest,
28+
healthcheckrequest=healthcheckrequest,
2929
expectedhealthcheck=expectedhealthcheck,
3030
lbenvironmentid=str(lbenvironmentid)
3131
)

0 commit comments

Comments
 (0)