From e7bc2cb43c9b6b68b529a24bfb7910ada2a86ecb Mon Sep 17 00:00:00 2001 From: "Ryan P. McKinnon" <15917743+mrhoribu@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:26:11 -0500 Subject: [PATCH] additional rubocop --- scripts/version.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.lic b/scripts/version.lic index 9795d4cf6..922eb3c84 100644 --- a/scripts/version.lic +++ b/scripts/version.lic @@ -128,7 +128,7 @@ module VersionScript while true 5.times do |x| if x == 0 - next if first # Doesn't happen the first time around. + next if first # Doesn't happen the first time around. _respond "It's a badger" sleep 0.4 elsif x == 1