chore: correct indents in script file

This commit is contained in:
Zhongheng Liu 2025-01-01 03:35:35 +02:00
commit a0966bfdac
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -7,8 +7,8 @@
# used because I am too lazy # used because I am too lazy
in in
pkgs.writeShellScriptBin "git-check" '' pkgs.writeShellScriptBin "git-check" ''
#!${pkgs.bash}/bin/bash #!${pkgs.bash}/bin/bash
cd_err() { cd_err() {
echo "change-directory occurred error. interrupting..." echo "change-directory occurred error. interrupting..."
} }
git_check() { git_check() {