From c47a42cf4b63d530b9637e1991c616e98bcdbe15 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 14 Oct 2020 14:14:10 -0400 Subject: [PATCH] Fix seed script (URL is required) (#823) Fixes #820 --- tools/seed/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/seed/main.go b/tools/seed/main.go index 567d04050..d82ac4602 100644 --- a/tools/seed/main.go +++ b/tools/seed/main.go @@ -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", },