Skip to content

Commit 27473a0

Browse files
committed
Wrap long git submodule command chain for readability
1 parent cb0c5c1 commit 27473a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/bootstrap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ bootstrap_submodule ()
104104

105105
update_submodules ()
106106
{
107-
git submodule sync --quiet && git submodule update --init && git submodule foreach --quiet bootstrap_submodule
107+
git submodule sync --quiet && \
108+
git submodule update --init && \
109+
git submodule foreach --quiet bootstrap_submodule
108110
}
109111

110112
export -f bootstrap_submodule

0 commit comments

Comments
 (0)