Skip to content

Commit

Permalink
fix spacing in command
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkst-pieter committed Nov 19, 2024
1 parent 39a870f commit 8941747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canarytokens/windows_fake_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ class FileEntry
#Append Root Path
$processScript = $processScript + "-RootPath $RootPath"
$processScript = $processScript + " -RootPath $RootPath"
# Save the process script (using the existing $processScript variable)
$processScript | Out-File -FilePath $ScriptPath -Force
Expand Down

0 comments on commit 8941747

Please sign in to comment.