Skip to content

Commit

Permalink
INFRA-2004 Fix index page not being updated
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Jun 24, 2019
1 parent 9f548d6 commit 982a268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateVersionDistribution.groovy
Expand Up @@ -26,4 +26,4 @@ json.each { plugin, versions ->
out.text = htmlTemplate.replaceAll("__NAME__", plugin).replace("__DATA__", new JsonBuilder(versions).toString())
}

"./generate-pluginversions-index.sh target/pluginsversions".execute()
"./generate-pluginversions-index.sh target/pluginversions".execute()

0 comments on commit 982a268

Please sign in to comment.