Skip to content

Commit

Permalink
remove data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tlentz committed Jul 21, 2020
1 parent fc120e8 commit 6f64bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/d2modmaker/makemod.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func makeMod() {
cfg := ReadCfg(cfgPath)
d2files := d2file.D2Files{}

os.RemoveAll(outDir)
os.RemoveAll(outDir + "/data/")
err := os.MkdirAll(outDir+assets.DataGlobalExcel, 0755)
util.Check(err)

Expand Down

0 comments on commit 6f64bc5

Please sign in to comment.