diff options
-rwxr-xr-x | bin/reproducible_build_archlinux_pkg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |