You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Main build (Jenkins)
This commit is contained in:
+5151
-5151
File diff suppressed because it is too large
Load Diff
@@ -2053,7 +2053,7 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
|
||||
Return;
|
||||
EndIf;
|
||||
|
||||
CatalogExample = "./docs/ru/cli/NEW_CLI/" + Library;
|
||||
CatalogExample = "./docs/en/cli/NEW_CLI/" + Library;
|
||||
FileExample = New File(CatalogExample);
|
||||
|
||||
If Not FileExample.Exist() Then
|
||||
|
||||
@@ -2053,7 +2053,7 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
|
||||
Return;
|
||||
EndIf;
|
||||
|
||||
CatalogExample = "./docs/ru/cli/NEW_CLI/" + Library;
|
||||
CatalogExample = "./docs/en/cli/NEW_CLI/" + Library;
|
||||
FileExample = New File(CatalogExample);
|
||||
|
||||
If Not FileExample.Exists() Then
|
||||
|
||||
Reference in New Issue
Block a user