Skip to content

Commit

Permalink
Temporary fix for backticks in the text
Browse files Browse the repository at this point in the history
  • Loading branch information
randrescastaneda committed Apr 26, 2022
1 parent 08c5996 commit d7de2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions githubdb.ado
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ program githubdb, rclass
file read `hitch2' line
local pkglist ""
while r(eof) == 0 {
local line : subinstr local line "`" "'", all // `
if substr(`"`macval(line)'"', 1,2) == "N " {
local newline : di substr(`"`macval(line)'"', 2,.)
local newline : subinstr local newline ".pkg" "", all
Expand Down

0 comments on commit d7de2c8

Please sign in to comment.