From e4b13264aa8c72177ca954e4537d182c3a89b668 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 15 Oct 2017 20:16:55 +0200 Subject: [PATCH] Fix a typo Signed-off-by: Mario Danic --- osx/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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