From 7d1f9c51e8fdb04e4787285e63f2b52759b02a43 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Wed, 15 Dec 2021 07:24:30 -0500 Subject: [PATCH] fix typo in so-image-common --- salt/common/tools/sbin/so-image-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-image-common b/salt/common/tools/sbin/so-image-common index 0b0f89698..7985cc287 100755 --- a/salt/common/tools/sbin/so-image-common +++ b/salt/common/tools/sbin/so-image-common @@ -132,7 +132,7 @@ update_docker_containers() { # Let's make sure we have the public key run_check_net_err \ "curl --retry 5 --retry-delay 60 -sSL https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/master/KEYS -o $SIGNPATH/KEYS" \ - "Could not pull signature key file, please ensure connectivity to https://raw.gihubusercontent.com" \ + "Could not pull signature key file, please ensure connectivity to https://raw.githubusercontent.com" \ noretry >> "$LOG_FILE" 2>&1 result=$? if [[ $result -eq 0 ]]; then