diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index df6dcb45..7c809875 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -19,7 +19,7 @@ exit_early_if_debian_is_broken() { echo "Temporarily stopping the builds on armhf due to #827724… sleeping 12h now…" for i in $(seq 1 12) ; do sleep 1h - echo "one our passed…." + echo "one hour passed…." done exit 0 fi |