From 087fb7f1333d45264b04f2ab6d2efe165877859d Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 21 Jan 2025 11:14:37 +0100 Subject: [PATCH] fix(commands): remove 'private' keyword --- omz-custom/custom_commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omz-custom/custom_commands.sh b/omz-custom/custom_commands.sh index 0e87538..0a2e61d 100755 --- a/omz-custom/custom_commands.sh +++ b/omz-custom/custom_commands.sh @@ -136,7 +136,7 @@ function ip() { dig +short myip.opendns.com @resolver1.opendns.com } -private function get_ip_sha1_hash() { +function get_ip_sha1_hash() { if [[ -z $1 ]]; then echo "Include string"