From 96bfa71b543e0b09850304adc291ff08daa6c0e7 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 16 Mar 2017 14:52:04 +0000 Subject: [PATCH] fixing missed char in var name --- inventory/group_vars/taskotron-dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/taskotron-dev b/inventory/group_vars/taskotron-dev index dffebb0913..fb963fdb62 100644 --- a/inventory/group_vars/taskotron-dev +++ b/inventory/group_vars/taskotron-dev @@ -52,7 +52,7 @@ resultsdb_fe_endpoint: resultsdb resultsdb_frontend_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb/ resultsdb_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v2.0 taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/ -rigger_distgit_repo_url: git://pkgs.fedoraproject.org/ +trigger_distgit_repo_url: git://pkgs.fedoraproject.org/ instances: - { name: "Production", url: "https://taskotron.fedoraproject.org"} - { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}