Skip to content

Commit 78b4942

Browse files
committed
Рефакторинг
1 parent c8259bf commit 78b4942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ru/pulsar/jenkins/library/utils/OscriptModules.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class OscriptModules {
88

99
IStepExecutor steps = ContextRegistry.getContext().getStepExecutor()
1010

11-
String moduleBinary = steps.isUnix() ? moduleName : "$moduleName"".bat";
11+
String moduleBinary = steps.isUnix() ? moduleName : "$moduleName.bat";
1212
String modulePath = "oscript_modules/bin/$moduleBinary";
1313
if (!steps.fileExists(modulePath)) {
1414
modulePath = moduleBinary;

0 commit comments

Comments
 (0)