Skip to content

Commit

Permalink
ci: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Feb 2, 2025
1 parent 5b7f674 commit d621199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/echo-trim-colors
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function echo_trim_colors_test() (
source "$DOROTHY/sources/bash.bash"
echo-style --h1="TEST: $0"

# use echo-wait instead of cat, as cat can have issues with delayed stdins
# use echo-wait instead of cat, as cat can have issues with delayed stdin
# https://github.com/bevry/dorothy/actions/runs/13055435464/job/36425209779#step:2:18900

{
Expand Down
2 changes: 1 addition & 1 deletion commands/fs-own
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function fs_own() (
fi
if [[ -n $option_owner ]]; then
if [[ -n $owner ]]; then
if [[ $option_owner != $owner ]]; then
if [[ $option_owner != "$owner" ]]; then
help 'multiple conflicting <owner> options cannot be provided'
fi
# $owner = $option_owner already
Expand Down
2 changes: 1 addition & 1 deletion commands/setup-util
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@ function setup_util() (
# move to target path if have pattern
if [[ -n $build_glob ]]; then
# match extracted paths against filter
local filtered_paths=() filtered_path
local filtered_paths=()
mapfile -t filtered_paths < <(
expand-path -- "$download_directory/$build_glob"
)
Expand Down

0 comments on commit d621199

Please sign in to comment.