|
@@ -47,7 +47,7 @@ deploy() {
|
47
|
47
|
echo -n "# $any_name"
|
48
|
48
|
test -n "$Tagline" && echo -n " - $Tagline"
|
49
|
49
|
echo
|
50
|
|
- echo '# See LICENSE.md file for copyright and license details.'
|
|
50
|
+ $MkLicense && echo '# See LICENSE.md file for copyright and license details.'
|
51
|
51
|
echo ''
|
52
|
52
|
echo 'MKIT_DIR=utils/mkit'
|
53
|
53
|
#shellcheck disable=SC2016
|