Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Fix seed script (URL is required) (#823)
Browse files Browse the repository at this point in the history
Fixes #820
  • Loading branch information
sethvargo authored Oct 14, 2020
1 parent 3b3e584 commit c47a42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/seed/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func realMain(ctx context.Context) error {
{
Name: "Example iOS app",
RealmID: realm1.ID,
URL: "",
URL: "http://google.com/",
OS: database.OSTypeIOS,
AppID: "ios.example.app",
},
Expand Down

0 comments on commit c47a42c

Please sign in to comment.