From 863a0edc5856b879047c07c27b395b6e6c41f7fa Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 28 Sep 2023 17:06:44 +0100 Subject: [PATCH] Alteration to support message Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- pkg/thanks.go | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkg/thanks.go b/pkg/thanks.go index 08bb75ad..7cd04026 100644 --- a/pkg/thanks.go +++ b/pkg/thanks.go @@ -1,13 +1,4 @@ package pkg -// SupportMessageShort is an attempt to connect with the hundreds if not more -// of developers who use k3sup for free and do not support it in any way. -// -// Development comes at a real and personal cost, and is not funded by any -// company. -// -// If you're asking for my for time and support, you will need to be sponsor -// to get a response. I know that you wouldn't work for free. -// -// Alex -const SupportMessageShort = `🚀 Get a 2-3x speed up for CI whilst reducing costs. https://actuated.dev` +// SupportMessageShort is how to support k3sup's ongoing development. +const SupportMessageShort = `🚀 Speed up GitHub Actions/GitLab CI + reduce costs: https://actuated.dev`