mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 21:08:01 +08:00
make sure the remote .abapgit.xml is found #2113
This commit is contained in:
parent
299ff5d9d5
commit
7b2b0a6cd8
|
@ -333,6 +333,7 @@ CLASS ZCL_ABAPGIT_REPO IMPLEMENTATION.
|
||||||
|
|
||||||
FIELD-SYMBOLS: <ls_remote> LIKE LINE OF mt_remote.
|
FIELD-SYMBOLS: <ls_remote> LIKE LINE OF mt_remote.
|
||||||
|
|
||||||
|
get_files_remote( ).
|
||||||
|
|
||||||
READ TABLE mt_remote ASSIGNING <ls_remote>
|
READ TABLE mt_remote ASSIGNING <ls_remote>
|
||||||
WITH KEY path = zif_abapgit_definitions=>c_root_dir
|
WITH KEY path = zif_abapgit_definitions=>c_root_dir
|
||||||
|
|
Loading…
Reference in New Issue
Block a user