summary refs log tree commit diff
path: root/pkgs/common-updater
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-11-24 10:00:35 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-25 13:08:27 -0800
commit0b940b9977111ed18cd23d8cd4f14991b109636a (patch)
tree8c58a4f45b5d278a8138fc5638326619476b5d3c /pkgs/common-updater
parentbd11afec4ff257b076c3c54c2a99c76910bd51fb (diff)
downloadnixpkgs-0b940b9977111ed18cd23d8cd4f14991b109636a.tar
nixpkgs-0b940b9977111ed18cd23d8cd4f14991b109636a.tar.gz
nixpkgs-0b940b9977111ed18cd23d8cd4f14991b109636a.tar.bz2
nixpkgs-0b940b9977111ed18cd23d8cd4f14991b109636a.tar.lz
nixpkgs-0b940b9977111ed18cd23d8cd4f14991b109636a.tar.xz
nixpkgs-0b940b9977111ed18cd23d8cd4f14991b109636a.tar.zst
nixpkgs-0b940b9977111ed18cd23d8cd4f14991b109636a.zip
scripts/mark-broken: fix path
Diffstat (limited to 'pkgs/common-updater')
-rwxr-xr-xpkgs/common-updater/scripts/mark-broken2
1 files changed, 1 insertions, 1 deletions
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