From 7cf755d7164358798cab34b7e9b2fac946faaec8 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 17 Aug 2026 04:32:15 -0400 Subject: [PATCH] Update src/invidious.cr Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> --- src/invidious.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious.cr b/src/invidious.cr index 22d4ee7d8..4aa8b1fac 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -64,7 +64,7 @@ require "./invidious/jobs/*" {% if compare_versions(Crystal::VERSION, minimum_version) < 0 %} {{ raise "Crystal version #{minimum_version} or newer is required to build Invidious. \ You currently have Crystal version #{Crystal::VERSION} installed. \ - We recommend that you install it following the way that the Crystal compiler itself recommend for your OS, see: https://crystal-lang.org/install/" }} + We recommend that you install it following the way that the team behind the Crystal compiler itself recommend for your OS, see: https://crystal-lang.org/install/" }} {% end %} {% end %} {% end %}