mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-03 16:07:00 +00:00
Change output of the nodedeploy timestamp
The 'updated' could be confused for OS updates or similar.
This commit is contained in:
@@ -216,7 +216,7 @@ def main(args):
|
||||
else:
|
||||
stateinfo = deploymentstate
|
||||
if deploymentdate:
|
||||
stateinfo += ', updated: {}'.format(deploymentdate)
|
||||
stateinfo += ' - {}'.format(deploymentdate)
|
||||
if stateinfo:
|
||||
print('{0}: {1} ({2})'.format(node, profile, stateinfo))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user