From 1ccbf90c65e2dcc2fd9a1d5f2fc5c455e028510d Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 5 Jan 2018 23:40:49 -0500 Subject: [PATCH] Updated modules. Added update_submodules.sh script. --- site/themes/shared-bulma-theme | 2 +- update_submodules.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 update_submodules.sh diff --git a/site/themes/shared-bulma-theme b/site/themes/shared-bulma-theme index 288105a48..fe6c64f48 160000 --- a/site/themes/shared-bulma-theme +++ b/site/themes/shared-bulma-theme @@ -1 +1 @@ -Subproject commit 288105a4842f305d01f965f003781fc2157fe260 +Subproject commit fe6c64f484da53a5e2f84f9920551525fd9bee1e diff --git a/update_submodules.sh b/update_submodules.sh new file mode 100755 index 000000000..eaa70713d --- /dev/null +++ b/update_submodules.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +git submodule update --remote --merge +