Bläddra i källkod

Update action.yml

remove J from curl
jimsterino98 2 månader sedan
förälder
incheckning
8d6b81b140
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      .github/actions/nomount/action.yml

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

@@ -19,8 +19,8 @@ runs:
      shell: bash
      run: |
       cd "$COMMON/fs"
-      curl -LJO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
-      curl -LJO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
+      curl -LO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
+      curl -LO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
 
    - name: add to defconfig
      shell: bash