From 156fb3fbc1046e2cc1fc0a1c7119be6ea14d250d Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Sun, 30 Oct 2016 11:56:43 +0100 Subject: [PATCH] add webcrypto in update.sh script --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index bfb7534..125984e 100755 --- a/update.sh +++ b/update.sh @@ -4,7 +4,7 @@ function cmd { pwd } -submodules=( backend cli core cozy frontend nginx pure webextension ) +submodules=( backend cli core cozy frontend nginx pure webcrypto webextension ) #submodules=( cozy frontend webextension ) for submodule in "${submodules[@]}" do