Skip to content

Commit

Permalink
Update src/main/kotlin/de/itemis/mps/gradle/downloadJBR/Plugin.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Sergej Koščejev <sergej@koscejev.cz>
  • Loading branch information
HeikoBecker and sergej-koscejev committed Dec 6, 2023
1 parent 0ed20dc commit 144ccfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/de/itemis/mps/gradle/downloadJBR/Plugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ open class DownloadJbrProjectPlugin : Plugin<Project> {

if (downloadDir.listFiles { _, name -> name.startsWith("jbr_") || name.startsWith("jbr-") }!!.any()) {
exec {
commandLine("sh", "-c", "mv jbr_* jbr")
commandLine("sh", "-c", "mv jbr* jbr")
workingDir = downloadDir
}
}
Expand Down

0 comments on commit 144ccfe

Please sign in to comment.