Skip to content

Commit

Permalink
Фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 18, 2024
1 parent 24ccce7 commit e3063fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/steps/GetExtensions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class GetExtensions implements Serializable {

config.initInfoBaseOptions.extensions.each {
println(InitMethod.SOURCE)
pintln(it.initMethod)
println(it.initMethod)
if (it.initMethod == InitMethod.SOURCE) {
Logger.println("Сборка расширения ${it.name} из исходников")
buildExtension(it, srcDir, vrunnerPath)
Expand Down

0 comments on commit e3063fa

Please sign in to comment.