From f18bd9aabb4115299dbecb4d86cddc2f3db6a5a4 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 24 Sep 2024 19:18:05 -0700 Subject: [PATCH] client: docker-finance.d: fetch: re-add docker-finance version tag This was originally removed because it lacked functional usage, as there already exists a 'version' key. However, for consistency across all .in files, adding a version *tag* (non-YAML) serves to quickly indentify what program this configuration file actually belongs to. --- client/docker-finance.d/container/fetch/fetch.yaml.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/docker-finance.d/container/fetch/fetch.yaml.in b/client/docker-finance.d/container/fetch/fetch.yaml.in index 1844361..d6561ba 100644 --- a/client/docker-finance.d/container/fetch/fetch.yaml.in +++ b/client/docker-finance.d/container/fetch/fetch.yaml.in @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# docker-finance @DOCKER_FINANCE_VERSION@ + # # Configuration for `fetch` command #