about summary refs log tree commit diff stats
path: root/pkgs/by-name/fu/fupdate-flake/fupdate-flake.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpkgs/by-name/fu/fupdate-flake/fupdate-flake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/fu/fupdate-flake/fupdate-flake.sh b/pkgs/by-name/fu/fupdate-flake/fupdate-flake.sh
index 5b8d9469..00c1e443 100755
--- a/pkgs/by-name/fu/fupdate-flake/fupdate-flake.sh
+++ b/pkgs/by-name/fu/fupdate-flake/fupdate-flake.sh
@@ -169,7 +169,7 @@ update() {
     "$update_script" "$@"
 
     if [ -f "flake.lock" ] && grep '[^0-9]_[0-9]' flake.lock --quiet; then
-        batgrep '[^0-9]_[0-9]' flake.lock
+        grep '[^0-9]_[0-9]' flake.lock
         die "Your flake.nix contains duplicate inputs!"
     fi
 }