From 7b5953e7d5c8c51f5315e677781d1b46be33b240 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 9 Jul 2019 00:18:08 +0200 Subject: Fix strings quoting Change-Id: If7226a1c4692c262e82bc77b2bb62a5487227ab3 Signed-off-by: Sebastien Douheret --- conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d/cmake/config.cmake') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 674d5f9..21abca3 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -20,7 +20,7 @@ # ------------------ set(PROJECT_NAME harvester) set(PROJECT_PRETTY_NAME "Harvester Service") -set(PROJECT_DESCRIPTION "Harvest mectrics from others services in a TS DB and send to the cloud") +set(PROJECT_DESCRIPTION "Harvest metrics from others services in a TS DB and send to the cloud") set(PROJECT_URL "https://github.com/iotbzh/agl-service-edge-collector") set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Romain Forlot") -- cgit 1.2.3-korg