From 0f23cf1e167d3b2232fb44d33518331d27483e6a Mon Sep 17 00:00:00 2001 From: vlw Date: Tue, 11 Mar 2025 07:33:57 +0000 Subject: [PATCH] fix(nit): fixed typo in install.sh (#3) Reviewed-on: https://codeberg.org/vegvisir/install/pulls/3 Co-authored-by: vlw Co-committed-by: vlw --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0c79b41..894e19b 100755 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ echo_err() { # Bail out from an error with a message asking the user to report the incident exit_report() { - echo_err "Please report error at: https://codeberg.org/vegvisir/install/issues" + echo_err "Please report this error at: https://codeberg.org/vegvisir/install/issues" exit 1 } @@ -25,7 +25,7 @@ check_sys_depend() { fi done - # Bail out if required packages are missing + # Bail out if any required package is missing if [ "$valid" = false ] ; then exit 1 fi