Explorar el Código

Makefile: ingore awesome-bot SSL warning on flaskbb.org

nodiscc hace 4 años
padre
commit
ec81e09dd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 #!/usr/bin/make -f
 SHELL = /bin/bash
 SHELL = /bin/bash
-AWESOME_BOT_OPTIONS = --allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org
+AWESOME_BOT_OPTIONS = "--allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org"
 
 
 all: check_all
 all: check_all