Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xadvanced/Scripts/utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/utils.sh b/advanced/Scripts/utils.sh
index f0a7cc37..bdd238c3 100755
--- a/advanced/Scripts/utils.sh
+++ b/advanced/Scripts/utils.sh
@@ -12,7 +12,7 @@
# Basic Housekeeping rules
# - Functions must be self contained
-# - Functions must be added in alphabetical order
+# - Functions should be grouped with other similar functions
# - Functions must be documented
# - New functions must have a test added for them in test/test_any_utils.py