Browse Source

add missing submodule in script

pull/324/head
Guillaume Vincent 7 years ago
parent
commit
714e243e19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/add-lesspass-pure.sh

+ 1
- 1
scripts/add-lesspass-pure.sh View File

@@ -27,7 +27,7 @@ function cmd {
cd ..
}

submodules="frontend"
submodules="cordova frontend cozy desktop webextension move"
for submodule in ${submodules}
do
cmd $submodule &


Loading…
Cancel
Save