Просмотр исходного кода

Merge branch 'unstable' of blezz-tech/sharix-open-webapp-base into unstable

Панюкова Александра Анатольевна 1 месяц назад
Родитель
Сommit
7d78e7b5c3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      bin/install.sh

+ 1 - 0
bin/install.sh

@@ -40,6 +40,7 @@ update_repository() {
         # If the directory exists, then do a git pull
         echo "Updating $repo_dir..."
         cd "$repo_dir" || exit
+        git checkout $repo_branch
         git pull
         cd - || exit
     else