Skip to content

Commit

Permalink
Update 22-reproducing-environments-stata.md
Browse files Browse the repository at this point in the history
Fix local macro
  • Loading branch information
NilsEnevoldsen authored Aug 5, 2024
1 parent e753a95 commit a42f436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 22-reproducing-environments-stata.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For SSC packages, a mirror of the SSC archive has been maintained by *Lars Vilhu
local github "https://raw.githubusercontent.com"
local sscurl "fmwww.bc.edu/repec/bocode"
local sscdate "2022-01-01"
net install a2reg, from(`github'/labordynamicsinstitute/ssc-mirror/`sscdate`/`sscurl'/a)
net install a2reg, from(`github'/labordynamicsinstitute/ssc-mirror/`sscdate'/`sscurl'/a)
```

**Downside**
Expand Down

0 comments on commit a42f436

Please sign in to comment.