From 719ab6c074c1104a2a8e165486dbbd236ca49e11 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 16 Jan 2017 13:26:32 -0500 Subject: Allow a default repositoriy to be set in 'config.yml' Minor changes to build script. --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index 5debdb6..19a79c4 100644 --- a/config/config.go +++ b/config/config.go @@ -12,6 +12,7 @@ var ( type Config struct { SteamRepositories []string `yaml:"SteamRepositories"` + DefaultRepository string `yaml:"DefaultRepository"` Listen string } -- cgit v1.2.3