about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md2
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh12
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md
index 968f60e0..6e7a79da 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md
+++ b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md
@@ -1,4 +1,4 @@
- - Plugin count: 4
+- Plugin count: 4
 
 | Repo | Last Update | Nix package name | Last checked |
 |:---|:---|:---|:---|
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh b/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
index 590505cc..4322610a 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
+++ b/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
@@ -172,12 +172,12 @@ case "$1" in
         # FIXME: This check allows to add a flag multiple times, but this should probably
         # not be allowed <2024-03-29>
         case "$1" in
-            "--no-script" | "-n")
-                shift 1;
-                ;;
-                *)
-                break;
-                ;;
+        "--no-script" | "-n")
+            shift 1
+            ;;
+        *)
+            break
+            ;;
         esac
     done