2
0
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:
Jarrod Johnson
2026-07-24 16:23:27 -04:00
parent bf195bfdeb
commit 3f2ad75b6d
+1 -1
View File
@@ -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: