aboutsummaryrefslogtreecommitdiff
path: root/operators/inline_help.zsh
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-04 21:19:35 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-04 21:43:51 +0300
commit8e3e35befd0a77255deaef17c28453d79d2bacfa (patch)
tree9991c3ee3ae5747ef2b47aeb2c9761ff9488c966 /operators/inline_help.zsh
parentf1a0cf6b5aa1cb13f93dcfe72ffd0ba42faf3e8a (diff)
*/*: Refactor source execution
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'operators/inline_help.zsh')
-rw-r--r--operators/inline_help.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/operators/inline_help.zsh b/operators/inline_help.zsh
index a115de4..0b267d5 100644
--- a/operators/inline_help.zsh
+++ b/operators/inline_help.zsh
@@ -15,7 +15,7 @@ results="$(
'[{"type": "article", "id": $id, "title": $title, "input_message_content": {"message_text": $text, "parse_mode": "HTML", "link_preview_options": {"is_disabled": true}}, "description": $description}]'
)"
-. "${units}/help.zsh"
+source "${units}/help.zsh"
if [[ -n "${reply_markup}" ]]
then