Skip to content

Commit f21e067

Browse files
authored
Update ProbeConfiguration.kt
1 parent 3fb798e commit f21e067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/spp/probe/ProbeConfiguration.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import kotlin.system.exitProcess
3232
object ProbeConfiguration {
3333

3434
val PROBE_DIRECTORY by lazy {
35-
getString("probe_directory")?.let { File(it) }
35+
getString("install_directory")?.let { File(it) }
3636
?: File(System.getProperty("java.io.tmpdir"), "spp-probe")
3737
}
3838

0 commit comments

Comments
 (0)