push-status: Change host/unit separator
This commit is contained in:
parent
b95b85d50c
commit
3189c0d9ee
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def main():
|
|||
password = args.password
|
||||
|
||||
try:
|
||||
host, unit = args.host_unit.split('__')
|
||||
host, unit = args.host_unit.split('/')
|
||||
except:
|
||||
host = default_host
|
||||
unit = args.host_unit
|
||||
|
|
Loading…
Add table
Reference in a new issue