aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/hurl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hurl b/bin/hurl
index 23dc7dcc..eedb708a 100755
--- a/bin/hurl
+++ b/bin/hurl
@@ -19,7 +19,7 @@ hash pup || exit
cat -- "${@:-/dev/stdin}" | ## shellcheck disable=SC2002
# Pipe it through a pup filter to get all the values of the a href elements
-pup 'a attr{href}' |
+pup -p 'a attr{href}' |
# Sort it uniquely
sort | uniq