We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb798e commit f21e067Copy full SHA for f21e067
common/src/main/kotlin/spp/probe/ProbeConfiguration.kt
@@ -32,7 +32,7 @@ import kotlin.system.exitProcess
32
object ProbeConfiguration {
33
34
val PROBE_DIRECTORY by lazy {
35
- getString("probe_directory")?.let { File(it) }
+ getString("install_directory")?.let { File(it) }
36
?: File(System.getProperty("java.io.tmpdir"), "spp-probe")
37
}
38
0 commit comments