From 28b9862b7ca6a14f7665d941e40c2ec093f42292 Mon Sep 17 00:00:00 2001 From: Micah Date: Thu, 21 Oct 2021 12:02:49 -0400 Subject: [PATCH] fix for url sync override dictionary value --- modules/sync/syncs/urlsynchronization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sync/syncs/urlsynchronization.cpp b/modules/sync/syncs/urlsynchronization.cpp index 2f1fac6b81..81a65bd25e 100644 --- a/modules/sync/syncs/urlsynchronization.cpp +++ b/modules/sync/syncs/urlsynchronization.cpp @@ -59,7 +59,7 @@ namespace { // settings, the file(s) pointed to by this URLSynchronization will always be // downloaded, thus overwriting the local files. This is useful for files that are // updated regularly remotely and should be fetch at every startup - std::optional forceOverride [[codegen::key("override")]]; + std::optional forceOverride [[codegen::key("Override")]]; // If this value is set to 'true' (the default), the hash of the URL is appended // to the directory name to produce a unique directory under all circumstances. If