Skip to content

Commit d66affa

Browse files
committed
unremove leading white space from cmd/root.go:416
1 parent ce08c3d commit d66affa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ func newRunCommand(ctx context.Context, input *Input) func(*cobra.Command, []str
413413
DisableQuote: true,
414414
DisableTimestamp: true,
415415
})
416-
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")
416+
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")
417417
}
418418

419419
log.Debugf("Loading environment from %s", input.Envfile())

0 commit comments

Comments
 (0)