From 5978e7592fe7cebabb5ca48b22a536509d6fd531 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 22 Nov 2017 16:28:48 +0000 Subject: reproducible Arch Linux: fix typo in comment Signed-off-by: Holger Levsen --- bin/reproducible_build_archlinux_pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index b44443d4..0e35bf3b 100755 --- a/bin/reproducible_build_archlinux_pkg.sh +++ b/bin/reproducible_build_archlinux_pkg.sh @@ -330,7 +330,7 @@ mkdir b1 b2 # currently there are two Arch Linux build nodes… let's keep things simple N1="profitbricks-build3-amd64" N2="profitbricks-build4-amd64" -# if random number between 0 and 1 is greater than 1… +# if random number between 0 and 1 is greater than 0… if [ $(( ( $RANDOM % 2 ) )) -gt 0 ] ; then NODE1=$N1 NODE2=$N2 -- cgit v1.2.3-54-g00ecf