Skip to content

Commit 6afcc13

Browse files
committed
Requote file path
1 parent 06a2bb5 commit 6afcc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/ntds_location.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run
3939
print_line(" Modified: #{f.mtime.to_s}")
4040
print_line(" Accessed: #{f.atime.to_s}")
4141
else
42-
print_error("NTDS.DIT is reportedly located at #{ntds}, but the file does not appear to exist")
42+
print_error("NTDS.DIT is reportedly located at `#{ntds}', but the file does not appear to exist")
4343
end
4444
end
4545

0 commit comments

Comments
 (0)