mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-06 03:54:27 +02:00
Main build (Jenkins)
This commit is contained in:
parent
c13c20b7d7
commit
533a8fa8d0
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
|
||||
|
Loading…
Reference in New Issue
Block a user