From 0879df881665f0939adc964bce54446e05e7102f Mon Sep 17 00:00:00 2001 From: Antoine Coutant Date: Fri, 3 Nov 2023 10:47:18 +0100 Subject: [PATCH] Remove a duplicate word. Signed-off-by: Antoine Coutant --- install-template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-template.sh b/install-template.sh index 7790541..f23e68b 100644 --- a/install-template.sh +++ b/install-template.sh @@ -744,7 +744,7 @@ do_preflight_sanity_checks() { local _src_dir="$1" local _dest_prefix="$2" - # Sanity check: can we can write to the destination? + # Sanity check: can we write to the destination? verbose_msg "verifying destination is writable" make_dir_recursive "$CFG_LIBDIR" need_ok "can't write to destination. consider \`sudo\`."