From 51958ce1198c46df5fa98d3e50ff1b247998d7f2 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 12 Oct 2016 22:16:33 +0200 Subject: reproducible_openwrt|lede: fix GENERIC_NODE1 typo used NODE2 twice insteade node1/node2 Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index f878720f..e391aa2b 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -320,7 +320,7 @@ build_two_times() { echo "== master" ls -la "$TMPDIR/download/" || true echo "== node1" - ssh $GENERIC_NODE2 reproducible_$TYPE node node_debug $TMPDIR + ssh $GENERIC_NODE1 reproducible_$TYPE node node_debug $TMPDIR echo "== node2" ssh $GENERIC_NODE2 reproducible_$TYPE node node_debug $TMPDIR -- cgit v1.2.3-70-g09d2