Skip to content

Commit

Permalink
Shellcheck disable SC2016 on line
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 12, 2024
1 parent e17ec5e commit 0e03884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/template.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ esac
function _any_argument_used() {
cd "$SCRIPTDIR" || return
printf '##############################################################\n\n Create templates for %s' "$arg" | _make_upper
#shellcheck disable=SC2016
printf '--------------------------------------------------------------\n\n EACH MODEL IS BASED ON A DIFFERENT METHOD OF BUILDING/UPDATING THE PROGRAM.\n\
PLEASE, SELECT A TEMPLATE FOR %s:\n\
0) APPIMAGE, FROM ANY WEBSITE (BETTER IF FROM GITHUB.COM)\n\
Expand Down

0 comments on commit 0e03884

Please sign in to comment.