From 7c97624edd0cc8808c929d52f6fe3b1c9434a987 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 7 Feb 2022 19:45:54 +0200 Subject: [PATCH] Fix typo & align the comments Signed-off-by: Dimitris Zlatanidis --- COMMANDS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/COMMANDS b/COMMANDS index ed7f28ec..ec31ff47 100644 --- a/COMMANDS +++ b/COMMANDS @@ -1,3 +1,3 @@ -sed -i "s/2014-2021/2014-2022/g" {} \; #Update the Copyright year -sed -i 's/^/# /' slackware-mirrors #Add first char (#) per line -sed -i 's/ *$//' slackware-mirrors #Remove space the end of line +sed -i "s/2014-2021/2014-2022/g" {} \; # Update the Copyright year +sed -i 's/^/# /' slackware-mirrors # Add first char (#) per line +sed -i 's/ *$//' slackware-mirrors # Remove spaces the end of line