lint fix
This commit is contained in:
parent
77f2fc43d8
commit
73719eae95
@ -19,4 +19,5 @@ for FILE in $FILES; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# source what we just created
|
# source what we just created
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$HOME"/.profile
|
source "$HOME"/.profile
|
||||||
|
@ -54,6 +54,7 @@ echo "$(tput setaf 240)Updating git repos in directory: $directory_to_update $(t
|
|||||||
|
|
||||||
count=0
|
count=0
|
||||||
|
|
||||||
|
# shellcheck disable=SC2038
|
||||||
for dir in $(find "$directory_to_update" -maxdepth 4 -type d -name .git | xargs -n 1 dirname); do
|
for dir in $(find "$directory_to_update" -maxdepth 4 -type d -name .git | xargs -n 1 dirname); do
|
||||||
pull "$dir" "$directory_to_update"
|
pull "$dir" "$directory_to_update"
|
||||||
((count+=1))
|
((count+=1))
|
||||||
|
Loading…
Reference in New Issue
Block a user