1
0
Fork 0

shellcheck squelch

This commit is contained in:
Luca Bilke 2024-01-01 17:45:15 +00:00
parent 4a2952b8a6
commit 1d12edc767

View file

@ -7,6 +7,7 @@ RED='\033[31m'
NC='\033[0m'
dgit(){
# shellcheck disable=SC2068
git -C "$STOW_DIR/$DOTS_PACKAGE" $@
}