aboutsummaryrefslogtreecommitdiff
path: root/operators/command_ping.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'operators/command_ping.zsh')
-rw-r--r--operators/command_ping.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/operators/command_ping.zsh b/operators/command_ping.zsh
index bd45bab..8b631f3 100644
--- a/operators/command_ping.zsh
+++ b/operators/command_ping.zsh
@@ -60,7 +60,7 @@ then
fi
message_id="$(jq -r '.result.message_id' <<< "${output_data}")"
-. "${units}/ping.zsh"
+source "${units}/ping.zsh"
if ! output_data="$(
curl --connect-timeout ${connrefused_timeout} \