summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-03-10 13:10:13 +0000
committerSadie Powell <sadie@witchery.services>2025-03-10 13:10:13 +0000
commitb14befc77cb5c8214db38bf71c4e9051028bda57 (patch)
treea9596dc81d4d719f4da6ae0232a311dd87a6a806 /src
parent64fd5a862a26687ddb436a1785d4d000c63e350d (diff)
Fix an outdated comment.
Diffstat (limited to 'src')
-rw-r--r--src/tools/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt
index c029f9177..249a036ad 100644
--- a/src/tools/CMakeLists.txt
+++ b/src/tools/CMakeLists.txt
@@ -27,7 +27,7 @@ foreach(SRC ${TOOLS_SRCS})
endif()
endforeach()
-# If not on Windows, generate anoperc and install it along with mydbgen
+# If not on Windows, generate anope.service and anoperc
if(NOT WIN32)
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
configure_file(${Anope_SOURCE_DIR}/src/tools/anope.service.in ${Anope_BINARY_DIR}/src/tools/anope.service)