Skip to content

Commit

Permalink
fix sst init alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jun 10, 2024
1 parent 4adc911 commit 7ee4f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sst/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ func CmdInit(cli *Cli) error {
spin.Stop()

if len(instructions) == 0 {
color.New(color.FgGreen, color.Bold).Print("✓")
color.New(color.FgWhite).Println(" Done 🎉")
}
if len(instructions) > 0 {
Expand Down

0 comments on commit 7ee4f71

Please sign in to comment.