From 68201fb679a749dbb18b755c4ff6bfaddd6b6048 Mon Sep 17 00:00:00 2001 From: Sergii Leshchenko Date: Thu, 12 Aug 2021 13:39:03 +0300 Subject: [PATCH] fix: fix how github workflow reports outdated resources --- .github/bin/check-resources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/bin/check-resources.sh b/.github/bin/check-resources.sh index c3a0dfc60..499c922a7 100755 --- a/.github/bin/check-resources.sh +++ b/.github/bin/check-resources.sh @@ -128,7 +128,7 @@ checkRoles() { ) if [[ " ${changedFiles[*]} " =~ $RoleYaml ]] || [[ " ${changedFiles[*]} " =~ $ClusterRoleYaml ]]; then echo "[ERROR] Roles are not up to date: ${BASH_REMATCH}" - echo "[ERROR] Run 'olm/update-resources.sh' to update them." + echo "[ERROR] Run 'make update-resources -s' to update them." exit 1 else echo "[INFO] Roles are up to date."