Skip to content

Commit c2fa276

Browse files
committed
Escape backslashes in string
1 parent 99ae2cf commit c2fa276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/type/user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def insync?(current)
434434
run.
435435
436436
Note that on Windows, this manages creation/deletion of the user profile instead of the
437-
home directory. The user profile is stored in the `C:\Users\<username>` directory."
437+
home directory. The user profile is stored in the `C:\\Users\\<username>` directory."
438438

439439
defaultto false
440440

0 commit comments

Comments
 (0)