Skip to content

Commit 499bd5b

Browse files
committed
fixing coverage template
1 parent 6bef0e2 commit 499bd5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ These packages will install when you install Terminus.
6565

6666

6767
| Command | Description | ⚖️ |
68-
| ========================= | ------------------------------------------------------------ | -- |
68+
| ------------------------- | ------------------------------------------------------------ | -- |
6969
| aliases | Generates Pantheon Drush aliases for sites on which the ||
7070
| | currently logged-in user is on the team. | |
7171
| art | Displays Pantheon ASCII artwork. ||

templates/coverage.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
| {{ "%-25s" | format("Command") }} | {{ "%-60s" | format("Description") }} | {{ "%2s" | format("⚖️") }} |
4-
| {{ "%'=25s" | format("") }} | {{ "%'-60s" | format("") }} | {{ "%'-2s" | format("") }} |
4+
| {{ "%'-25s" | format("") }} | {{ "%'-60s" | format("") }} | {{ "%'-2s" | format("") }} |
55
{% for command in commands %}
66
{% set desc = command.description %}{% set cmd = command.command %}{% set testResult = command.status %}
77
{% for row in desc %}

0 commit comments

Comments
 (0)