aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 00:18:28 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 00:18:28 +0300
commitf3cbf82ddb3373778b6d0d6dc90c2d717bb40e86 (patch)
tree4060629ee1e6605015748a2cd4a0982eb1ae4eee
parente75637adc56623a61a4f44ad967c6296d9d3ac28 (diff)
downloadports-f3cbf82ddb3373778b6d0d6dc90c2d717bb40e86.tar.gz
ports-f3cbf82ddb3373778b6d0d6dc90c2d717bb40e86.zip
www/gatus: remove accidentally committed patch
-rw-r--r--www/gatus/patches/patch-config_config_go.orig16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/gatus/patches/patch-config_config_go.orig b/www/gatus/patches/patch-config_config_go.orig
deleted file mode 100644
index 9f63c7a..0000000
--- a/www/gatus/patches/patch-config_config_go.orig
+++ /dev/null
@@ -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"
- )
-