chore: correct indents in script file
This commit is contained in:
parent
7962850c82
commit
a0966bfdac
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue