diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9950362de1c9fa2eb64c314ef0fb9af52e0f1fbc..822654ca2549208cb179e379f5f24fce5333e6fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-[1.10.1] - 2021-02-17
+[1.10.2] - 2021-02-17
 # Fixed
 * copying project files
   
diff --git a/scripts/common_bootstrap.sh b/scripts/common_bootstrap.sh
index 9294609d4c4dbb1e792cac9cd274545248429f18..071f1ee97e35861c597670580a6ee8055fb84e51 100644
--- a/scripts/common_bootstrap.sh
+++ b/scripts/common_bootstrap.sh
@@ -215,7 +215,7 @@ install_project_as_plugin() {
       mkdir -p $APACHE_DOCUMENT_ROOT/wp-content/plugins/$WPDESK_PLUGIN_DIR
       rsync -az --exclude .git --exclude node_modules --exclude tests  $PROJECT_DIR/ $APACHE_DOCUMENT_ROOT/wp-content/plugins/$WPDESK_PLUGIN_DIR/
       TMP_WORK_DIR=$(pwd)
-      cd -r $APACHE_DOCUMENT_ROOT/wp-content/plugins/$WPDESK_PLUGIN_DIR
+      cd $APACHE_DOCUMENT_ROOT/wp-content/plugins/$WPDESK_PLUGIN_DIR
       composer install --no-dev
       cd $TMP_WORK_DIR
     fi