Skip to content

Commit 508cc7f

Browse files
committed
fix(test): s/t/z-w-s-b.sh: Fixup refactoring on unid
I noticed this small glitch without consequence Origin: #148 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 26498f7 commit 508cc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/z-wave-stack-binaries-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ node_cli_()
319319
| tail -n 1 | sed -e 's|NODE_ID: \(.*\)|\1|g' )
320320
echo "NODE_ID: ${nodeid}"
321321
nodeidhex=$(printf "%04X" $nodeid)
322-
nodeunid="zw-$homeid-$nodeidhex" # Unify Node Id
322+
nodeunid="zw-$nodehomeid-$nodeidhex" # Unify Node Id
323323
echo "NODE_UNID: ${nodeunid}"
324324
;;
325325
*)

0 commit comments

Comments
 (0)