Skip to content

Commit c7faeea

Browse files
committed
Install the bundle only after submodules are ready
1 parent e86e643 commit c7faeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -euo pipefail
33
IFS=$'\n\t'
44
set -vx
55

6-
bundle install
76
git submodule update --init
7+
bundle install

0 commit comments

Comments
 (0)