Browse Source

remove comment

pull/65/head
Rob Wilson 7 years ago
parent
commit
a5a636e5bc
  1. 1
      plugin.go

1
plugin.go

@ -88,7 +88,6 @@ func (p Plugin) Exec() error {
}
commands = append(commands, deleteCache())
//commands = append(commands, initCommand(p.Config.InitOptions))
commands = append(commands, initCommand(p.Config))
commands = append(commands, getModules())

Loading…
Cancel
Save