16561: Handle implicit port number in ws:// and wss:// urls.
[arvados.git] / lib / boot / seed.go
index 1f07601a094254780aa16e90599a5177a15dbf5c..b43d907201d47a44c013ec7d201955f7f5145377 100644 (file)
@@ -23,7 +23,7 @@ func (seedDatabase) Run(ctx context.Context, fail func(error), super *Supervisor
        if super.ClusterType == "production" {
                return nil
        }
-       err = super.RunProgram(ctx, "services/api", nil, railsEnv, "bundle", "exec", "rake", "db:setup")
+       err = super.RunProgram(ctx, "services/api", runOptions{env: railsEnv}, "bundle", "exec", "rake", "db:setup")
        if err != nil {
                return err
        }