Skip to content

Commit 37bc7d0

Browse files
committed
chore(scripts): Add shellcheck disable directive for SC2016
1 parent 12811b5 commit 37bc7d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

home/tty/vcs/git/scripts/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# -H: search hidden files/directories
2929
# -t d: only directories
3030
# -x: execute command for each result
31+
# shellcheck disable=SC2016
3132
fd -H -t d '^\.git$' "$TARGET_DIR" -x sh -c '
3233
repo_dir=$(dirname "{}")
3334
echo "================================================"

0 commit comments

Comments
 (0)