From 34081a5ae53420f2bb5970b8ae05d29119681dc9 Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Mon, 25 Nov 2024 10:48:40 +1300 Subject: [PATCH] Fix default value for chrony_exporter_github_org --- README.md | 2 +- meta/argument_specs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60fe16a..c6ca294 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Options (= indicates it is required): type: str - chrony_exporter_github_org Name of organisation for exporter github repository - default: prometheus + default: SuperQ type: str - chrony_exporter_github_repo Name of exporter github repository diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index c369e98..e774984 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -110,7 +110,7 @@ argument_specs: chrony_exporter_github_org: description: Name of organisation for exporter github repository type: str - default: prometheus + default: SuperQ chrony_exporter_github_repo: description: Name of exporter github repository