diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/probe.py | 2 |
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): |