aboutsummaryrefslogtreecommitdiff
path: root/bin/hurl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hurl')
-rwxr-xr-xbin/hurl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hurl b/bin/hurl
index 4fd0b27b..dad8923b 100755
--- a/bin/hurl
+++ b/bin/hurl
@@ -14,7 +14,7 @@ LANG=C.UTF-8
export LANG
# Emit the content of the args, or stdin
-cat -- "${@:-/dev/stdin}" | ## shellcheck disable=SC2002
+cat -- "${@:-/dev/stdin}" | # shellcheck disable=SC2002
# Pipe it through a pup filter to get all the values of the a href elements
pup -p 'a attr{href}' |