about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-30 11:09:28 +0100
committerSoispha <soispha@vhack.eu>2024-03-30 11:18:05 +0100
commit831a43a6a4365403d8872fa934ecaa1cfdc2735e (patch)
treec74ba5865e0c09ac1dd87a112631e8a53caeb590 /sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
parentfeat(pkgs/scripts/fupdate): Generate completions (diff)
downloadnixos-config-831a43a6a4365403d8872fa934ecaa1cfdc2735e.tar.gz
nixos-config-831a43a6a4365403d8872fa934ecaa1cfdc2735e.zip
style(treewide): Format
Diffstat (limited to 'sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh')
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh12
1 files changed, 6 insertions, 6 deletions
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