Эх сурвалжийг харах

fix(action): correct indentation in sed command for task_mmu.c modifications

TheWildJames 4 сар өмнө
parent
commit
3e1c408e6a

+ 2 - 2
.github/actions/susfs/action.yml

@@ -165,8 +165,8 @@ runs:
           sed -i '/int ret.*= 0, copied.*= 0;/{
           /int ret.*= 0, copied.*= 0;/!d
           a\
-              unsigned int nr_subpages = __PAGE_SIZE / PAGE_SIZE;\
-              pagemap_entry_t *res = NULL;
+                unsigned int nr_subpages = __PAGE_SIZE / PAGE_SIZE;\
+                pagemap_entry_t *res = NULL;
           }' fs/proc/task_mmu.c
         fi
         cat fs/proc/task_mmu.c