fix(scripts/renew_copyright_header): Set correct template line lenght
This commit is contained in:
parent
5ab2bbb8fd
commit
00a82ac54b
|
@ -19,7 +19,7 @@
|
|||
# and the Lesser GNU General Public License along with this program.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
TEMPLATE_LINE_LENGHT=21
|
||||
TEMPLATE_LINE_LENGHT=20
|
||||
remove() {
|
||||
extension="$1"
|
||||
file="$2"
|
||||
|
|
Reference in New Issue