diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -320,7 +320,7 @@ _print_records() { | |||
320 | | while read -r "${INDEX_FORMAT[@]}"; do | 320 | | while read -r "${INDEX_FORMAT[@]}"; do |
321 | local message="$(printf '%-56s' ${GIST_DOMAIN}/${gist_id})" | 321 | local message="$(printf '%-56s' ${GIST_DOMAIN}/${gist_id})" |
322 | if [[ $display == 'tag' ]]; then | 322 | if [[ $display == 'tag' ]]; then |
323 | [[ $show_untagged == 'false' && tags_string == ',' ]] && continue | 323 | [[ $show_untagged == 'false' && $tags_string == ',' ]] && continue |
324 | message="$(printf '% 45s' "${tags_string//,/ }") " | 324 | message="$(printf '% 45s' "${tags_string//,/ }") " |
325 | elif [[ $display == 'language' ]]; then | 325 | elif [[ $display == 'language' ]]; then |
326 | message="$(tr ',' '\n' <<< $file_array | sed -Ee 's/.+=/#/' | uniq | xargs)" | 326 | message="$(tr ',' '\n' <<< $file_array | sed -Ee 's/.+=/#/' | uniq | xargs)" |