www/gatus: remove accidentally committed patch
la-ninpre aaoth@aaoth.xyz
Wed, 03 May 2023 00:18:28 +0300
D
www/gatus/patches/patch-config_config_go.orig
@@ -1,16 +0,0 @@
-Index: config/config.go ---- config/config.go.orig -+++ config/config.go -@@ -28,11 +28,11 @@ import ( - const ( - // DefaultConfigurationFilePath is the default path that will be used to search for the configuration file - // if a custom path isn't configured through the GATUS_CONFIG_PATH environment variable -- DefaultConfigurationFilePath = "config/config.yaml" -+ DefaultConfigurationFilePath = "${SYSCONFDIR}/gatus" - - // DefaultFallbackConfigurationFilePath is the default fallback path that will be used to search for the - // configuration file if DefaultConfigurationFilePath didn't work -- DefaultFallbackConfigurationFilePath = "config/config.yml" -+ DefaultFallbackConfigurationFilePath = "${SYSCONFDIR}/gatus" - ) -