Skip to content

Commit

Permalink
Remove temp subdir in AutoConfig storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltak committed Aug 14, 2019
1 parent dfec0c3 commit 67b3a6a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ private <T extends AutoConfig> void saveConfigToDisk(T config) {
private Path getConfigPath(SimpleUri configId) {
Path filePath = PathManager.getInstance()
.getConfigsPath()
// Fixme: Temporary, to avoid clashes with FCs
.resolve("autoconfig")
.resolve(configId.getModuleName().toString())
.resolve(configId.getObjectName().toString() + ".cfg");

Expand Down

0 comments on commit 67b3a6a

Please sign in to comment.