From 245bb84fa0b82056c44ad93dc2a8ababaf38198e Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Sat, 13 Jan 2018 15:08:11 +0100 Subject: [PATCH] fixed update file clone before branch --- .idea/workspace.xml | 26 +++++++++++++------------- update.sh | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 24789c8..7160b92 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + @@ -456,14 +456,6 @@ - - - - - - - - @@ -474,5 +466,13 @@ + + + + + + + + \ No newline at end of file diff --git a/update.sh b/update.sh index e2872e8..7b72112 100644 --- a/update.sh +++ b/update.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cd .. if [ -d "spydian/" ];then - sudo git -b develop clone https://trivernis@bitbucket.org/trivernis/spydian.git spydian_update + sudo git clone -b develop https://trivernis@bitbucket.org/trivernis/spydian.git spydian_update sudo rsync -a ./spydian_update/ ./spydian/ sudo rm -r ./spydian_update/ sudo chmod -R u+rw ./spydian/