Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Danic <mario@lovelyhq.com>2017-10-15 21:16:55 +0300
committerMario Danic <mario@lovelyhq.com>2017-10-15 21:16:55 +0300
commite4b13264aa8c72177ca954e4537d182c3a89b668 (patch)
tree1ce2bd9413e86472a5af04ec5c434eeed49df3ca
parentd8c4899f4b53c97afc82bf217dd2182e31beca30 (diff)
Fix a typo
Signed-off-by: Mario Danic <mario@lovelyhq.com>
-rw-r--r--osx/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/build.sh b/osx/build.sh
index 759f3de..f7f2102 100644
--- a/osx/build.sh
+++ b/osx/build.sh
@@ -8,7 +8,7 @@ sudo rm -rf build-mac
sudo rm -rf client
sudo rm -rf install
-# Clone the desktop client codex
+# Clone the desktop client code
git clone --recursive https://github.com/owncloud/client.git
cd client
git checkout v2.3.3