Fixing tests

Signed-off-by: Jonas Franz <info@jonasfranz.de>
development
Jonas Franz 7 years ago
parent d9f0861afd
commit 0533354dfc
  1. 2
      plugin.go

@ -33,7 +33,7 @@ type (
)
func (c Config) ToProjectURL() string {
return fmt.Sprintf("https://api/crowdin.com/api/project/%s", c.Identifier)
return fmt.Sprintf("https://api.crowdin.com/api/project/%s", c.Identifier)
}
// ToUploadURL returns the API-endpoint including identifier and API-KEY

Loading…
Cancel
Save