diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-01-16 13:26:32 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-01-16 13:26:32 -0500 |
| commit | 719ab6c074c1104a2a8e165486dbbd236ca49e11 (patch) | |
| tree | 3ea28824015b1bf9e674cc9222090ca14ef507d6 /config/config.go | |
| parent | b7f674cb4e752808d16c314b4b3561d1a3a37e1f (diff) | |
| download | steam-export-719ab6c074c1104a2a8e165486dbbd236ca49e11.tar.gz steam-export-719ab6c074c1104a2a8e165486dbbd236ca49e11.tar.xz | |
Allow a default repositoriy to be set in 'config.yml' Minor changes to build script.
Diffstat (limited to 'config/config.go')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
