Skip to content

Commit

Permalink
chore: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay committed Apr 8, 2024
1 parent f5f5c33 commit 5c321bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/seed/seed.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Run(ctx context.Context, fsys afero.Fs) error {
return err
}

fmt.Println("Generating seed data for test users...")
fmt.Println("Generating seed data examples for test users...")
shadow, err := diff.CreateShadowDatabase(ctx)
if err != nil {
return err
Expand Down Expand Up @@ -169,7 +169,7 @@ func Run(ctx context.Context, fsys afero.Fs) error {
return err
}

fmt.Println("Seed data written to supabase/seed.example.sql")
fmt.Printf("Seed data written to %s\n", utils.SeedExampleDataPath)
return nil
}

Expand Down

0 comments on commit 5c321bc

Please sign in to comment.