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

Removed extra double double quote

deadtom 3 недель назад
Родитель
Сommit
6ea21a9a16
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      upgrade.sh

+ 1 - 1
upgrade.sh

@@ -28,7 +28,7 @@ update_config() {
     sed -i "/^KOFI_TOKEN/d" instance/config.py  # Delete KOFI_TOKEN line from config.py
     sed -i "/^KOFI_INTEGRATION/d" instance/config.py  # Delete KOFI_INTEGRATION line from config.py
 
-    sed -i "s/}/,\"gb_name\"": \"\"}/" instance/alerts.py  # Append those values to kofi.py
+    sed -i "s/}/,\"gb_name\": \"\"}/" instance/alerts.py  # Append those values to kofi.py
     
     cp ownchatbot/defaults/givebutter.py instance/  # Copy the default givebutter config file into instance/
 }