commit:     8dc175e6241f5745cbb4b8ddcace86fd69ff337c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 06:04:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 06:04:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=8dc175e6

.github: Fix repoman indentation

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/repoman.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
index 735e5d6040..5e82d442f6 100644
--- a/.github/workflows/repoman.yml
+++ b/.github/workflows/repoman.yml
@@ -31,12 +31,12 @@ jobs:
         sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 
/etc/portage/make.profile
     - name: Test with repoman
       run: |
-               mkdir -p metadata
-               cp /var/db/repos/gentoo/metadata/layout.conf metadata/
-               mkdir -p licenses && cd licenses
-               ln -s /var/db/repos/gentoo/licenses/* .
-               cd ..
-               mkdir -p eclass && cd eclass
-               ln -s /var/db/repos/gentoo/eclass/*.eclass .
-               cd ..
+        mkdir -p metadata
+        cp /var/db/repos/gentoo/metadata/layout.conf metadata/
+        mkdir -p licenses && cd licenses
+        ln -s /var/db/repos/gentoo/licenses/* .
+        cd ..
+        mkdir -p eclass && cd eclass
+        ln -s /var/db/repos/gentoo/eclass/*.eclass .
+        cd ..
         python3 portage-*/repoman/bin/repoman full -dx

Reply via email to