Removing invalid code

Signed-off-by: Jonas Franz <info@jonasfranz.de>
pull/1/head
Jonas Franz 7 years ago
parent 3b88c02e43
commit 0950ab3763
  1. 1
      plugin.go

@ -31,7 +31,6 @@ func (c Config) ToURL() string {
}
func (p Plugin) Exec() error {
p.Files = map[string]string{"locale_en-US.ini": "DOCS.md"}
if len(p.Files) > 20 {
return fmt.Errorf("20 files max are allowed to upload. %d files given", len(p.Files))
}

Loading…
Cancel
Save