mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
Format shell scripts with shfmt
This commit is contained in:
@@ -10,7 +10,7 @@ main() {
|
||||
commits="$(git rev-list "$ref")"
|
||||
|
||||
for commit in $commits; do
|
||||
files="$(git diff-tree --no-commit-id --name-only -r $commit)"
|
||||
files="$(git diff-tree --no-commit-id --name-only -r "$commit")"
|
||||
for file in $files; do
|
||||
echo "${commit}: $file"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user