Skip to content

Commit

Permalink
fix typo in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanper committed Sep 6, 2020
1 parent a513d2f commit 9c3dc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -204,7 +204,7 @@ bintrayUpload {
'-X','DELETE',
"https://api.bintray.com/content/${System.getenv('BINTRAY_USER')}/${intellij.pluginName}/updatePlugins.xml"].execute()

if(result != '404' && resul != '200') {
if(result != '404' && result != '200') {
throw new GradleScriptException("Couldn't delete the updatePlugins.xml")
}
}
Expand Down

0 comments on commit 9c3dc55

Please sign in to comment.