Skip to content

Commit

Permalink
fix: runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikShah committed Aug 19, 2024
1 parent e5074b5 commit a3b1591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/net/rx/modules/config/ConfigManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import net.rx.modules.logger
import java.io.File
import java.nio.file.Files
import java.nio.file.Path
import kotlin.io.path.pathString


/**
Expand Down Expand Up @@ -46,7 +47,7 @@ object ConfigManager {

private fun initialize() {
dirPath = server
.runDirectory.toAbsolutePath()
.runDirectory
.resolve("config")
.resolve("gitmod")

Expand Down

0 comments on commit a3b1591

Please sign in to comment.