From 1e24f8588836892addd3fdec644e7a4441c9ac67 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 18 Jul 2019 23:51:55 +0100 Subject: [PATCH] Dummy commit to force rebuild --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 6defe3e..25d3d90 100755 --- a/build +++ b/build @@ -281,7 +281,7 @@ task_ci() { if [ "${latest_commit}" != "${current_commit}" ]; then echo "Not deploying, as this isn't the latest commit on the branch."; - echo "It's likely that this commit is actually 1 of several in a queue to be processed by the CI server at once."; + echo "It's likely that this commit is actually one of several in a queue to be processed by the CI server at once."; return 0; fi