Skip to content

Commit

Permalink
enlarge the distribution column
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendufresne committed Jul 10, 2016
1 parent 5e10171 commit 05a9b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions reports/template
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Columns explanation
Results
-------

| Distribution | Last check date | From scratch | Idempotency |
| --------------------- | ------------------- | --------------- | ----------- |
| Distribution | Last check date | From scratch | Idempotency |
| ---------------------- | ------------------- | --------------- | ----------- |
2 changes: 1 addition & 1 deletion src/_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ start_new_report() {

REPORT_CURRENT_FILE=$(readlink -m "report_line.md")

report_display_column "| Distribution |" "$distribution" >> "${REPORT_CURRENT_FILE}"
report_display_column "| Distribution |" "$distribution" >> "${REPORT_CURRENT_FILE}"
report_display_column "| last check date |" "$(date +"%F %T")" >> "${REPORT_CURRENT_FILE}"
}

0 comments on commit 05a9b57

Please sign in to comment.