diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |