Skip to content

Commit cea324c

Browse files
committed
Fix escape sequence
1 parent bb2f3ec commit cea324c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/hyperv-host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def options(self, context, module_options):
2222
def on_admin_login(self, context, connection):
2323
self.context = context
2424

25-
path = "SOFTWARE\Microsoft\Virtual Machine\Guest\Parameters"
25+
path = "SOFTWARE\\Microsoft\\Virtual Machine\\Guest\\Parameters"
2626
key = "HostName"
2727

2828
try:

0 commit comments

Comments
 (0)