Skip to content

Commit

Permalink
Update download_sources.sh (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadev committed Feb 22, 2021
1 parent 0f004d2 commit 62d68d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ for module in $modules; do
exit 1
fi
done
git submodule foreach -q 'branch="$(git config -f "$toplevel/.gitmodules" "submodule.$name.branch")"; git checkout -q "$branch"; git pull -q $depth --rebase'
git submodule foreach -q 'branch="$(git config -f "$toplevel/.gitmodules" "submodule.$name.branch")"; git checkout -q "$branch"; git pull -q $depth --rebase; git lfs pull'

This comment has been minimized.

Copy link
@pap0135

pap0135 Feb 27, 2021

resources/linux/redhat/atom.spec.in

popd > /dev/null

0 comments on commit 62d68d4

Please sign in to comment.