Skip to content

Commit

Permalink
fix nextjc opy
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Feb 27, 2024
1 parent 0d681bf commit b827d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sst/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (u *UI) Trigger(evt *project.StackEvent) {
}
}

if evt.ResOutputsEvent.Metadata.Type == "sst:sst:Nextjs" && evt.ResOutputsEvent.Metadata.Op == apitype.OpCreate {
if evt.ResOutputsEvent.Metadata.Type == "sst:aws:Nextjs" && evt.ResOutputsEvent.Metadata.Op == apitype.OpCreate {
u.footer = "🎉 Congrats on your new site!" + color.New(color.FgHiBlack).Sprintf(" (DNS could take a few mins)")
}

Expand Down

0 comments on commit b827d1c

Please sign in to comment.