From d97005660138eff6708dd88e1a6efdc994e62a46 Mon Sep 17 00:00:00 2001 From: Andy Wang <62269186+AnotiaWang@users.noreply.github.com> Date: Wed, 19 Apr 2023 11:00:33 +0800 Subject: [PATCH] typo: fix expression of warning message on macOS (#1693) Co-authored-by: Jason Song --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 02afb50..fe4fe7c 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -348,7 +348,7 @@ func newRunCommand(ctx context.Context, input *Input) func(*cobra.Command, []str DisableQuote: true, DisableTimestamp: true, }) - l.Warnf(" \U000026A0 You are using Apple M1 chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. \U000026A0 \n") + l.Warnf(" \U000026A0 You are using Apple M-series chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. \U000026A0 \n") } log.Debugf("Loading environment from %s", input.Envfile())