Skip to content

Commit 32b388e

Browse files
author
haghish
committed
1.9.8
1 parent 0a98cbd commit 32b388e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

githuboutput.ado

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ prog githuboutput
1515

1616
// make sure one of the observations is installable
1717
if `c(N)' > 0 & `max' != 0 | `c(N)' > 0 & !missing("`all'") {
18-
di in text _n " {hline 80}" _n ///
18+
di in text _n " {hline 82}" _n ///
1919
" {bf:Repository}" _col(19) "{bf:Username}" _col(31) "{bf:Install}" ///
2020
_col(40) "{bf:Description} " _n ///
21-
" {hline 80}"
21+
" {hline 82}"
2222

2323
// limit the output
2424
if missing("`number'") local number `c(N)'
@@ -191,7 +191,7 @@ prog githuboutput
191191
local N `++N'
192192
}
193193

194-
di " {hline 80}"
194+
di " {hline 82}"
195195
}
196196
else if missing("`quiet'") & "`language'" != "all" & "`in'" != "name,description,readme" {
197197
di as txt _n "repository {bf:`anything'} was not found for {bf:in(`in')} and {bf:language(`language')}"

0 commit comments

Comments
 (0)