summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/utils/probe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/probe.py b/src/utils/probe.py
index f1bdc27..fa0ca83 100644
--- a/src/utils/probe.py
+++ b/src/utils/probe.py
@@ -81,7 +81,7 @@ def os_probe(mountpoint):
Returns a string depending on the OS it detects.
"""
- winreghives = f'{mountpoint}Windows/System32/config'
+ winreghives = f'{mountpoint}/Windows/System32/config'
osrelease = f'{mountpoint}/etc/os-release'
if os.path.exists(osrelease):