Skip to content

Commit

Permalink
create overrides folder when importing if not present
Browse files Browse the repository at this point in the history
  • Loading branch information
froehlichA committed Jul 4, 2022
1 parent 4b86ee6 commit 81e4e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/impo.nim
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ proc paxImport*(path: string, force: bool, skipGit: bool): void =
quit(1)

let manifest = readManifestFromDisk()

manifest.writeToDisk()

createDir(overridesFolder)
writeFile(paxFile, "Modpack generated by PAX")

if not skipGit:
Expand Down

0 comments on commit 81e4e18

Please sign in to comment.