diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-07-25 18:24:18 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-07-25 18:24:18 +0100 |
commit | 278eef90bffce6066a98a996a1462acd96b21d4e (patch) | |
tree | b9c791e9b6a86682d29581ee5635463598b648b3 /cmd/datamaps/main.go | |
parent | 93e049282e9a490dcb179209209f0300fbfbebb6 (diff) |
test to detect config path passes
Diffstat (limited to 'cmd/datamaps/main.go')
-rw-r--r-- | cmd/datamaps/main.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/datamaps/main.go b/cmd/datamaps/main.go index cc634a6..b421223 100644 --- a/cmd/datamaps/main.go +++ b/cmd/datamaps/main.go @@ -12,10 +12,10 @@ import ( ) func main() { - env := datamaps.DetectConfig() - if !env { - datamaps.SetUp() - } + // env := datamaps.DetectConfig() + // if !env { + // datamaps.SetUp() + // } opts := datamaps.ParseOptions() switch opts.Command { |