diff options
author | Runar Borge <runar@borge.nu> | 2018-06-08 00:10:35 +0200 |
---|---|---|
committer | Runar Borge <runar@borge.nu> | 2018-06-08 00:10:35 +0200 |
commit | f1568230e946f2c0c2b364d8313a4c0563cdd926 (patch) | |
tree | 91bb883e2f08f0b5da5ccd3665ac3d60f9053e42 /op-mode-definitions/show-date.xml | |
parent | 61dfffa48bac7e5349a04295afb87a08a64f6885 (diff) | |
download | vyos-1x-f1568230e946f2c0c2b364d8313a4c0563cdd926.tar.gz vyos-1x-f1568230e946f2c0c2b364d8313a4c0563cdd926.zip |
T689: updated edge nodes to leafNode instead of node.
Diffstat (limited to 'op-mode-definitions/show-date.xml')
-rw-r--r-- | op-mode-definitions/show-date.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-date.xml b/op-mode-definitions/show-date.xml index 0edb4b1ff..dddecd2fb 100644 --- a/op-mode-definitions/show-date.xml +++ b/op-mode-definitions/show-date.xml @@ -14,12 +14,12 @@ </properties> <command>/bin/date -u</command> <children> - <node name="maya"> + <leafNode name="maya"> <properties> <help>Show UTC date in Maya calendar format</help> </properties> <command>${vyatta_bindir}/maya-date.py $(date +%s)</command> - </node> + </leafNode> </children> </node> </children> |