From 71d536132439377a245ff0a1a96b4260509898b8 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 10 Mar 2018 12:55:02 +0100 Subject: [PATCH] Also check for updates in system repo Signed-off-by: Knut Ahlers --- bin/check_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check_config b/bin/check_config index cfa94c7..d8d7cce 100755 --- a/bin/check_config +++ b/bin/check_config @@ -3,7 +3,7 @@ set -euo pipefail DEBUG=${DEBUG:-false} FETCH_INTERVAL=${FETCH_INTERVAL:-3600} -REPOS=(public secret) +REPOS=(public secret system) SSH_KEY=${SSH_KEY:-fafnir} # Print debug messages if enabled by ${DEBUG}