diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-07-09 00:18:08 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-08-01 17:46:23 +0200 |
commit | 7b5953e7d5c8c51f5315e677781d1b46be33b240 (patch) | |
tree | 2fab6ac4b6947f76230b14aa3065502104d7211e /conf.d/cmake/config.cmake | |
parent | 903b0e9a002e0839943c5d734f3728114272ebc1 (diff) |
Fix strings quoting
Change-Id: If7226a1c4692c262e82bc77b2bb62a5487227ab3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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") |