Skip to content

Commit

Permalink
Fixed shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
blmayer authored Jul 5, 2022
1 parent 419dff6 commit 153b753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ EOF
url="$(getprevious)"
debug "previous page: $url"

# shellcheck disable=SC2046
# shellcheck disable=SC2086
fetch $url
return 0
;;
Expand All @@ -190,7 +190,7 @@ EOF
url="$(getprevious)"

# word splitting here is intentional
# shellcheck disable=SC2046
# shellcheck disable=SC2086
fetch $url
else
fetch "$1" "$2" "$3" "$4" "$5"
Expand Down

0 comments on commit 153b753

Please sign in to comment.