diff options
Diffstat (limited to 'operators/inline_help.zsh')
| -rw-r--r-- | operators/inline_help.zsh | 2 |
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 |
