diff options
Diffstat (limited to 'bot.zsh')
| -rwxr-xr-x | bot.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -718,7 +718,7 @@ file_content="$(sed "s/{version_placeholder}/${version}/" "${file}")" if [[ -n "${nocommand_source}" ]] then - file_content="$(sed -e '/^\[snkey\].*$/d' -e '/^\/source.*$/d' <<< "${file_content}")" + file_content="$(sed -e '/^\[snkey\].*$/d' -e '/^\/source.*$/d' -e '/^source::.*$/d' <<< "${file_content}")" fi help_line_counter=1 |
