Skip to content

Commit

Permalink
fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 22, 2025
1 parent e5edeab commit c48ac6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rush
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,8 @@ is_busybox_grep() {
}

# src/lib/print_logo.sh
# shellcheck disable=SC1003
# Disabling single quote escape hint
print_logo() {
echo '_______ ______ '
echo '____ / ___________ ___________ /_ '
Expand Down
2 changes: 2 additions & 0 deletions src/lib/print_logo.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# shellcheck disable=SC1003
# Disabling single quote escape hint
print_logo() {
echo '_______ ______ '
echo '____ / ___________ ___________ /_ '
Expand Down

0 comments on commit c48ac6d

Please sign in to comment.