Skip to content

Commit

Permalink
mosaic: change function log icon
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jul 23, 2024
1 parent a6a4284 commit 48d4d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sst/mosaic/mosaic.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func CmdMosaic(c *cli.Cli) error {
"SST_STAGE=" + p.App().Stage,
}
multi.AddProcess("deploy", []string{currentExecutable, "ui", "--filter=sst"}, "⑆", "SST", "", false, multiEnv...)
multi.AddProcess("function", []string{currentExecutable, "ui", "--filter=function"}, "", "Function", "", false, multiEnv...)
multi.AddProcess("function", []string{currentExecutable, "ui", "--filter=function"}, "𝝺", "Function", "", false, multiEnv...)
wg.Go(func() error {
defer c.Cancel()
multi.Start()
Expand Down

0 comments on commit 48d4d79

Please sign in to comment.