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
in
pkgs.writeShellScriptBin "git-check" ''
#!${pkgs.bash}/bin/bash
cd_err() {
#!${pkgs.bash}/bin/bash
cd_err() {
echo "change-directory occurred error. interrupting..."
}
git_check() {