Skip to content

Commit

Permalink
Hide shellcheck SC2086 for NOW
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 11, 2024
1 parent 7b13e20 commit e8ad397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/template.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2162
# shellcheck disable=SC2086,SC2162
case $2 in
'')
echo " USAGE: $AMCLI $1 [ARGUMENT]"
Expand Down

0 comments on commit e8ad397

Please sign in to comment.