Skip to content

Commit c74e681

Browse files
committed
Re-adding default prefix for only one pod in order to retain backward compatibility
1 parent dd2b956 commit c74e681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubetail

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ for pod in ${matching_pods[@]}; do
330330
display_names_preview+=("$color_index_prefix${color_start}${display_name}${color_end}")
331331
fi
332332

333-
if [ ${prefix} == "false" ] || [ ${single_stream} == "true" ]; then
333+
if [ ${prefix} == "false" ]; then
334334
prefix_line=""
335335
else
336336
if [ ${colored_output} == "false" ]; then

0 commit comments

Comments
 (0)