diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-07-24 15:28:02 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-07-24 15:28:02 +0100 |
commit | 5a30da3fbdab17ecbcacb09b38d4cd9faf9e3044 (patch) | |
tree | c359082012e70029f4c77652c6eb85dbc84f63fd /cmd/datamaps/main.go | |
parent | 594f81b04c7d9194274395c06ffaf6b51d87e441 (diff) |
starting to add new code
Diffstat (limited to 'cmd/datamaps/main.go')
-rw-r--r-- | cmd/datamaps/main.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/datamaps/main.go b/cmd/datamaps/main.go index 74a8133..cc634a6 100644 --- a/cmd/datamaps/main.go +++ b/cmd/datamaps/main.go @@ -12,6 +12,10 @@ import ( ) func main() { + env := datamaps.DetectConfig() + if !env { + datamaps.SetUp() + } opts := datamaps.ParseOptions() switch opts.Command { |