From 7d3157cb68fc9cc929ef5105bd12db77cb0d6203 Mon Sep 17 00:00:00 2001 From: Bart de Water <496367+bdewater@users.noreply.github.com> Date: Fri, 15 May 2020 17:46:19 -0400 Subject: [PATCH] Init git submodule --- bin/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/setup b/bin/setup index dce67d8..2c79655 100755 --- a/bin/setup +++ b/bin/setup @@ -3,6 +3,8 @@ set -euo pipefail IFS=$'\n\t' set -vx +git submodule update --init --recursive + bundle install # Do any other automated setup that you need to do here