Commit 0ce18964 authored by TECHNOFAB's avatar TECHNOFAB 🐈
Browse files

fix(lefthook): remove duplicate lines

parent 6e9c8612
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -51,12 +51,6 @@

  lefthookConfig = (pkgs.formats.yaml {}).generate "lefthook.yaml" cfg.config;
  lefthookAlias = pkgs.writeShellScriptBin cfg.alias ''
    if [ "$1" = "install" ]; then
      echo "Warning, using 'lefthook install' should not be used, use the shellHook instead"
    fi
    if [ "$1" = "install" ]; then
      echo "Warning, using 'lefthook install' should not be used, use the shellHook instead"
    fi
    if [ "$1" = "install" ]; then
      echo "Warning, using 'lefthook install' should not be used, use the shellHook instead"
    fi