Chris Vogel 1 год назад
Родитель
Сommit
8de5a5ae29
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/_common.sh

+ 1 - 1
scripts/_common.sh

@@ -752,7 +752,7 @@ flohmarkt_ynh_create_venv() {
 
 flohmarkt_ynh_venv_upgrade() {
   ynh_print_warn --message="flohmarkt_ynh_venv_upgrade: I'll sit here and do nothing without @grindholds confirmation"
-  true
+  return
   (
     $flohmarkt_venv_dir/bin/python3 -m venv --upgrade-deps
   )