Skip to content

Commit

Permalink
Re-adding default prefix for only one pod in order to retain backward…
Browse files Browse the repository at this point in the history
… compatibility
  • Loading branch information
johanhaleby committed Apr 11, 2022
1 parent dd2b956 commit c74e681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubetail
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ for pod in ${matching_pods[@]}; do
display_names_preview+=("$color_index_prefix${color_start}${display_name}${color_end}")
fi

if [ ${prefix} == "false" ] || [ ${single_stream} == "true" ]; then
if [ ${prefix} == "false" ]; then
prefix_line=""
else
if [ ${colored_output} == "false" ]; then
Expand Down

0 comments on commit c74e681

Please sign in to comment.