Skip to content

Commit

Permalink
typo: fix expression of warning message on macOS (nektos#1693)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Song <i@wolfogre.com>
  • Loading branch information
AnotiaWang and wolfogre authored Apr 19, 2023
1 parent 9884da0 commit d970056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit d970056

Please sign in to comment.