From 7b2b0a6cd8e503247fc2ebc1d53d827979878ee6 Mon Sep 17 00:00:00 2001 From: larshp Date: Sun, 25 Nov 2018 07:20:58 +0000 Subject: [PATCH] make sure the remote .abapgit.xml is found #2113 --- src/zcl_abapgit_repo.clas.abap | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zcl_abapgit_repo.clas.abap b/src/zcl_abapgit_repo.clas.abap index 684cf6576..30854fd9c 100644 --- a/src/zcl_abapgit_repo.clas.abap +++ b/src/zcl_abapgit_repo.clas.abap @@ -333,6 +333,7 @@ CLASS ZCL_ABAPGIT_REPO IMPLEMENTATION. FIELD-SYMBOLS: LIKE LINE OF mt_remote. + get_files_remote( ). READ TABLE mt_remote ASSIGNING WITH KEY path = zif_abapgit_definitions=>c_root_dir