fix for issue with Travis building plugin from plugin repo

This commit is contained in:
Ian Norden
2019-03-05 08:57:54 -06:00
parent 06fab13c54
commit 5fd9a59027
6 changed files with 52 additions and 36 deletions
-2
View File
@@ -45,7 +45,6 @@ var composeCmd = &cobra.Command{
[exporter]
home = "github.com/vulcanize/vulcanizedb"
clone = false
name = "exampleTransformerExporter"
save = false
transformerNames = [
@@ -168,6 +167,5 @@ func prepConfig() {
FileName: viper.GetString("exporter.name"),
Save: viper.GetBool("exporter.save"),
Home: viper.GetString("exporter.home"),
Clone: viper.GetBool("exporter.clone"),
}
}