mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
Fix typos in directory names.
This commit is contained in:
parent
bd14ee3b1f
commit
123cf0d7b8
2 changed files with 4 additions and 4 deletions
|
@ -201,8 +201,8 @@ RUN \
|
|||
gosu wekan:wekan git clone --depth 1 -b master git://github.com/wekan/wekan-scrollbar.git && \
|
||||
gosu wekan:wekan git clone --depth 1 -b master git://github.com/wekan/meteor-accounts-oidc.git && \
|
||||
gosu wekan:wekan git clone --depth 1 -b master --recurse-submodules git://github.com/wekan/markdown.git && \
|
||||
gosu wekan:wekan mv meteor-accounts-oidc/packages/switch_accounts-oidc wekan_accounts-oidc && \
|
||||
gosu wekan:wekan mv meteor-accounts-oidc/packages/switch_oidc wekan_oidc && \
|
||||
gosu wekan:wekan mv meteor-accounts-oidc/packages/switch_accounts-oidc wekan-accounts-oidc && \
|
||||
gosu wekan:wekan mv meteor-accounts-oidc/packages/switch_oidc wekan-oidc && \
|
||||
gosu wekan:wekan rm -rf meteor-accounts-oidc && \
|
||||
sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' /home/wekan/app/packages/meteor-useraccounts-core/package.js && \
|
||||
cd /home/wekan/.meteor && \
|
||||
|
|
|
@ -179,8 +179,8 @@ parts:
|
|||
if [ ! -d "packages/wekan_accounts-oidc" ]; then
|
||||
cd packages
|
||||
git clone --depth 1 -b master https://github.com/wekan/meteor-accounts-oidc.git
|
||||
mv meteor-accounts-oidc/packages/switch_accounts-oidc wekan_accounts-oidc
|
||||
mv meteor-accounts-oidc/packages/switch_oidc wekan_oidc
|
||||
mv meteor-accounts-oidc/packages/switch_accounts-oidc wekan-accounts-oidc
|
||||
mv meteor-accounts-oidc/packages/switch_oidc wekan-oidc
|
||||
rm -rf meteor-accounts-oidc
|
||||
cd ..
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue