File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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')}"
You can’t perform that action at this time.
0 commit comments