James McConnell 1 anno fa
parent
commit
3ff707af42
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -286,7 +286,7 @@ jobs:
           cd "$CONFIG"
           case "${{ inputs.kernelsu_variant }}" in
             "WILD")
-              echo "Applying Manager patch for Official KernelSU..."
+              echo "Applying Manager patch for Wild KSU..."
               cd Wild_KSU
               cp ../../kernel_patches/wild/manager.patch ./
               ;;