Skip to content

Commit a02d3f5

Browse files
committed
bulk: Correct column name
PHASE was showing twice, the correct title for the cell after PHASE is TIME.
1 parent 50f2187 commit a02d3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/share/poudriere/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@ _siginfo_handler() {
18731873
format_origin_phase="%%c \b%%s \b%%-%ds${COLOR_RESET} \b%%c %%-%ds ${COLOR_PORT}%%%ds %%c %%-%ds${COLOR_RESET} ${COLOR_PHASE}%%%ds${COLOR_RESET} %%-%ds %%-%ds %%%ds %%%ds"
18741874
display_setup "${format_origin_phase}"
18751875
display_add " " "" "ID" " " "TOTAL" "ORIGIN" " " "PKGNAME" "PHASE" \
1876-
"PHASE" "TMPFS" "CPU%" "MEM%"
1876+
"TIME" "TMPFS" "CPU%" "MEM%"
18771877

18781878
while mapfile_read_loop_redir j cpu mem; do
18791879
j="${j#*-job-}"

0 commit comments

Comments
 (0)