Преглед изворни кода

Removed extra double double quote

deadtom пре 3 недеља
родитељ
комит
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/
 }