Explorar o código

Removed extra double double quote

deadtom hai 3 semanas
pai
achega
6ea21a9a16
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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/
 }