Skip to content

Commit

Permalink
dependency message: no longer needs a shelllcheck exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Dec 9, 2022
1 parent 49ef47f commit edfe8a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/bashly/views/command/dependencies_filter.gtx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ if dependencies
> if ! command -v {{ dependency }} >/dev/null 2>&1; then
> printf "{{ strings[:missing_dependency] % { dependency: dependency } }}\n" >&2
if message and !message.empty?
> # shellcheck disable=SC2059
> printf "{{ message }}\n" >&2
> printf "%s\n" "{{ message }}" >&2
end
> exit 1
> fi
Expand Down

0 comments on commit edfe8a9

Please sign in to comment.