aboutsummaryrefslogtreecommitdiff
path: root/submodules/callback_delete.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'submodules/callback_delete.zsh')
-rw-r--r--submodules/callback_delete.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/submodules/callback_delete.zsh b/submodules/callback_delete.zsh
index d826085..61286ac 100644
--- a/submodules/callback_delete.zsh
+++ b/submodules/callback_delete.zsh
@@ -23,7 +23,7 @@ then
notification_text="Failed to delete message"
log_text="deleteMessage (${update_id}): Failed to access Telegram Bot API"
- . "${units}/log.zsh"
+ source "${units}/log.zsh"
return 0
fi
@@ -33,7 +33,7 @@ then
notification_text="An unknown error occurred"
log_text="deleteMessage (${update_id}): An unknown error occurred"
- . "${units}/log.zsh"
+ source "${units}/log.zsh"
return 0
fi
@@ -50,5 +50,5 @@ then
log_text="deleteMessage (${update_id}): An unknown error occurred"
fi
- . "${units}/log.zsh"
+ source "${units}/log.zsh"
fi