From 0b940b9977111ed18cd23d8cd4f14991b109636a Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Tue, 24 Nov 2020 10:00:35 +0100 Subject: scripts/mark-broken: fix path --- pkgs/common-updater/scripts/mark-broken | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/common-updater/scripts/mark-broken b/pkgs/common-updater/scripts/mark-broken index ee80616d0cb..f132c86c5e8 100755 --- a/pkgs/common-updater/scripts/mark-broken +++ b/pkgs/common-updater/scripts/mark-broken @@ -3,7 +3,7 @@ # This script is meant to be used to mark failing hydra builds as broken in the meta attrs # To use the script, you should pass the list of failing attrs as arguments to the script. # -# Example: `cat failing-attrs | xargs ./pkgs/common-update/scripts/mark-broken` +# Example: `cat failing-attrs | xargs ./pkgs/common-updater/scripts/mark-broken` # # Generating a list of failing attrs: (this should be improved at a later date) # - Go to the most recent hydra evaluation with all builds completed -- cgit 1.4.1